Skip to content

Commit 00299c7

Browse files
author
etcet
committed
Update CentOS, ruby, and gitlab versions
1 parent ffb58de commit 00299c7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

install/centos/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
```
2-
Distribution : CentOS 6.4
2+
Distribution : CentOS 6.5
33
GitLab version : 6.0 - 6.2
44
Web Server : Apache, Nginx
55
Init system : sysvinit
66
Database : MySQL, PostgreSQL
7-
Contributors : @nielsbasjes, @axilleas, @mairin, @ponsjuh, @yorn, @psftw
7+
Contributors : @nielsbasjes, @axilleas, @mairin, @ponsjuh, @yorn, @psftw, @etcet
88
Additional Notes : In order to get a proper Ruby setup we build it from source
99
```
1010

@@ -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-p247.tar.gz | tar xz
190-
cd ruby-2.0.0-p247
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
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.0p247 (2013-06-27 revision 41674) [x86_64-linux]
200+
# ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux]
201201

202202
Install the Bundler Gem:
203203

@@ -251,7 +251,7 @@ git clone https://github.com/gitlabhq/gitlab-shell.git
251251
cd gitlab-shell
252252
253253
# Switch to right version
254-
git checkout v1.7.4
254+
git checkout v1.8.0
255255
cp config.yml.example config.yml
256256
257257
# Edit config and replace gitlab_url with something like 'http://domain.com/'
@@ -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-2-stable
360+
git checkout 6-3-stable
361361

362-
**Note:** You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but
362+
**Note:** You can change `6-3-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)