Skip to content

Commit 9d9fb0d

Browse files
committed
Merge branch 'master' into 'master'
[Guide] Gitlab 6.X - Centos 6.X - Ruby Updated centos guide: * Ruby version from 2.0 to 2.1 * Added prefix parameter to install of ruby (perhaps solution for #9) Edit: Sorry could not fix the typo in the old fork (got err 500) so I created new one
2 parents eda3fa6 + 3f2d5f4 commit 9d9fb0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install/centos/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ Remove the old Ruby 1.8 if present:
190190
Download Ruby and compile it:
191191

192192
mkdir /tmp/ruby && cd /tmp/ruby
193-
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz
194-
cd ruby-2.0.0-p353
193+
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.0.tar.gz | tar xz
194+
cd ruby-2.1.0
195195
./configure --disable-install-rdoc
196196
make
197-
make install
197+
make prefix=/usr/local install
198198

199199
Install the Bundler Gem:
200200

@@ -579,4 +579,4 @@ nobody can access your GitLab by using this login information later on.
579579
[SDL]: https://puias.math.ias.edu
580580
[PU]: http://www.princeton.edu/
581581
[IAS]: http://www.ias.edu/
582-
[keys]: https://fedoraproject.org/keys
582+
[keys]: https://fedoraproject.org/keys

0 commit comments

Comments
 (0)