From 3c0221bc1ec0f03cc9db8ef0ce617028dd23501f Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Thu, 4 Jun 2015 19:49:11 +0300 Subject: add new requirements --- doc/install/installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/install/installation.md') 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 -- cgit v1.2.1