diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-22 16:49:17 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-22 16:49:17 +0000 |
commit | bf15b56a1ee8596189a5617d26059c5c32eac63e (patch) | |
tree | df5e60d31ac9b3ab081920796f205f4b2a20102e | |
parent | 5745a5109f479a6c9d9716e07f153d69890d4d81 (diff) | |
parent | a4f2da4763cbb84c649146bc3befbf0caa1c26e1 (diff) | |
download | gitlab-ce-bf15b56a1ee8596189a5617d26059c5c32eac63e.tar.gz |
Merge branch 'warn-against-version-managers' into 'master'
Warn Against Version Managers
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 74256214be1..0d7f126167b 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -113,6 +113,8 @@ Then select 'Internet Site' and press enter to confirm the hostname. # 2. Ruby +The use of ruby version managers such as [RVM](http://rvm.io/), [rbenv](https://github.com/sstephenson/rbenv) or [chruby](https://github.com/postmodern/chruby) with GitLab in production frequently leads to hard to diagnose problems. Version managers are not supported and we stronly advise everyone to follow the instructions below to use a system ruby. + Remove the old Ruby 1.8 if present sudo apt-get remove ruby1.8 |