diff --git a/CHANGELOG b/CHANGELOG index acc684d..97fd6e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,7 @@ v 5.3.0 - Improve sign-in page if ldap enabled - Respect newlines in wall messages - Generate the Rails secret token on first run + - Rename repo feature v 5.2.0 - Turbolinks diff --git a/doc/install/installation.md b/doc/install/installation.md index e6da320..a80e2a8 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -69,6 +69,10 @@ does not ship with one. The recommended mail server is postfix and you can insta # 2. Ruby +Remove old 1.8 ruby if present + + sudo apt-get remove ruby1.8 + Download and compile it: mkdir /tmp/ruby && cd /tmp/ruby -- libgit2 0.21.2