diff options
| -rw-r--r-- | CHANGELOG | 1 | ||||
| -rw-r--r-- | doc/install/installation.md | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index acc684dc2e6..97fd6e9f3d0 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 e6da3203436..a80e2a8dd5f 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 |
