Skip to content

Commit 3e4c46a

Browse files
committed
Merge pull request #176 from etcet/master
[Guide] GitLab 6.4 - CentOS 6.5 - Update GitLab and Ruby versions
2 parents 2da847c + 13d647c commit 3e4c46a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

install/centos/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```
22
Distribution : CentOS 6.5
3-
GitLab version : 6.0 - 6.3
3+
GitLab version : 6.0 - 6.4
44
Web Server : Apache, Nginx
55
Init system : sysvinit
66
Database : MySQL, PostgreSQL
@@ -186,8 +186,8 @@ Download and compile it:
186186

187187
su -
188188
mkdir /tmp/ruby && cd /tmp/ruby
189-
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz
190-
cd ruby-2.0.0-p353
189+
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.0.tar.gz | tar xz
190+
cd ruby-2.1.0
191191
./configure --prefix=/usr/local/
192192
make && make install
193193

@@ -197,7 +197,7 @@ installed with:
197197
which ruby
198198
# /usr/local/bin/ruby
199199
ruby -v
200-
# ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux]
200+
# ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
201201

202202
Install the Bundler Gem:
203203

@@ -357,9 +357,9 @@ We'll install GitLab into home directory of the user `git`:
357357
cd /home/git/gitlab
358358

359359
# Checkout to stable release
360-
git checkout 6-3-stable
360+
git checkout 6-4-stable
361361

362-
**Note:** You can change `6-3-stable` to `master` if you want the *bleeding edge* version, but
362+
**Note:** You can change `6-4-stable` to `master` if you want the *bleeding edge* version, but
363363
do so with caution!
364364

365365
### Configure it

0 commit comments

Comments
 (0)