summaryrefslogtreecommitdiff
path: root/doc/install/installation.md
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-04 19:49:11 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-04 19:49:11 +0300
commit3c0221bc1ec0f03cc9db8ef0ce617028dd23501f (patch)
tree3d872e2dadf27425eb59aaf1530e60e7f1ec2461 /doc/install/installation.md
parent513b37858d9d552375a81f5d145a935f87485234 (diff)
downloadgitlab-ci-requirements.tar.gz
add new requirementsrequirements
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index ef78f2d..b439364 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -8,6 +8,8 @@ If this is unclear check the [GitLab Blog](http://blog.gitlab.org/) for installa
## GitLab CI 7.9 requires GitLab 7.9 or newer
+other [requirements](requirements.md)
+
# Setup:
## 1. Packages / Dependencies
@@ -38,8 +40,8 @@ Install the required packages:
Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
- curl --progress http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.bz2 | tar xj
- cd ruby-2.0.0-p353
+ curl --progress http://cache.ruby-lang.org/pub/ruby/ruby-2.1.6.tar.bz2 | tar xj
+ cd ruby-2.1.6/
./configure --disable-install-rdoc
make
sudo make install