1
1
```
2
- Distribution : CentOS 6.4
3
- GitLab version : 6.0 - 6.2
2
+ Distribution : CentOS 6.5
3
+ GitLab version : 6.0 - 6.3
4
4
Web Server : Apache, Nginx
5
5
Init system : sysvinit
6
6
Database : MySQL, PostgreSQL
7
- Contributors : @nielsbasjes, @axilleas, @mairin, @ponsjuh, @yorn, @psftw
7
+ Contributors : @nielsbasjes, @axilleas, @mairin, @ponsjuh, @yorn, @psftw, @etcet
8
8
Additional Notes : In order to get a proper Ruby setup we build it from source
9
9
```
10
10
@@ -186,8 +186,8 @@ Download and compile it:
186
186
187
187
su -
188
188
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
191
191
./configure --prefix=/usr/local/
192
192
make && make install
193
193
@@ -197,7 +197,7 @@ installed with:
197
197
which ruby
198
198
# /usr/local/bin/ruby
199
199
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]
201
201
202
202
Install the Bundler Gem:
203
203
@@ -251,7 +251,7 @@ git clone https://github.com/gitlabhq/gitlab-shell.git
251
251
cd gitlab-shell
252
252
253
253
# Switch to right version
254
- git checkout v1.7.4
254
+ git checkout v1.8.0
255
255
cp config.yml.example config.yml
256
256
257
257
# 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`:
357
357
cd /home/git/gitlab
358
358
359
359
# Checkout to stable release
360
- git checkout 6-2 -stable
360
+ git checkout 6-3 -stable
361
361
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
363
363
do so with caution!
364
364
365
365
### Configure it
0 commit comments