From 3ba40f03ad4c5ba1de10a07e1acc09852858848c Mon Sep 17 00:00:00 2001 From: dosire Date: Wed, 22 Jan 2014 17:37:01 +0100 Subject: [PATCH 1/2] Warn against RVM. --- doc/install/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/install/installation.md b/doc/install/installation.md index 7c3497bb92b..bf319e99ac0 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, 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. + Remove the old Ruby 1.8 if present sudo apt-get remove ruby1.8 From a4f2da4763cbb84c649146bc3befbf0caa1c26e1 Mon Sep 17 00:00:00 2001 From: dosire Date: Wed, 22 Jan 2014 17:38:36 +0100 Subject: [PATCH 2/2] Spelling mistake and add links. --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index bf319e99ac0..675764a914d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -113,7 +113,7 @@ Then select 'Internet Site' and press enter to confirm the hostname. # 2. Ruby -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. +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