Commit 3ba40f03ad4c5ba1de10a07e1acc09852858848c
1 parent
3fb22a1e
Exists in
spb-stable
and in
3 other branches
Warn against RVM.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -113,6 +113,8 @@ Then select 'Internet Site' and press enter to confirm the hostname. |
113 | 113 | |
114 | 114 | # 2. Ruby |
115 | 115 | |
116 | +The use of ruby version managers such as RVM, rbenv and chruby with GitLab in production frequently lead 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. | |
117 | + | |
116 | 118 | Remove the old Ruby 1.8 if present |
117 | 119 | |
118 | 120 | sudo apt-get remove ruby1.8 | ... | ... |