Skip to content

Commit 15b60c3

Browse files
committed
Merge pull request #174 from etcet/master
[Guide] Gitlab 6.3 - CentOS 6.5 - Increment CentOS, ruby, gitlab-shell, and gitlab versions
2 parents ffb58de + 65cbb7d commit 15b60c3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ information about GitLab version, OS tested on and any other relevant info.
2222
For example some good titles would be:
2323

2424
* [Installation script] GitLab 6.x - Ubuntu 12.04 - Apache
25-
* [Guide] GitLab 6.1 - FreeBSD - postrges, rvm
25+
* [Guide] GitLab 6.1 - FreeBSD - postgres, rvm
2626

2727
## Guides
2828

install/centos/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
```
2-
Distribution : CentOS 6.4
3-
GitLab version : 6.0 - 6.2
2+
Distribution : CentOS 6.5
3+
GitLab version : 6.0 - 6.3
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)