File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
```
2
2
Distribution : CentOS 6.5
3
- GitLab version : 6.0 - 6.3
3
+ GitLab version : 6.0 - 6.4
4
4
Web Server : Apache, Nginx
5
5
Init system : sysvinit
6
6
Database : MySQL, PostgreSQL
@@ -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-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
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.0p353 (2013-11-22 revision 43784 ) [x86_64-linux]
200
+ # ruby 2.1.0p0 (2013-12-25 revision 44422 ) [x86_64-linux]
201
201
202
202
Install the Bundler Gem:
203
203
@@ -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-3 -stable
360
+ git checkout 6-4 -stable
361
361
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
363
363
do so with caution!
364
364
365
365
### Configure it
You can’t perform that action at this time.
0 commit comments