For those who want to install GitLab CI on Ubuntu 14 LTS, on the same 
server as GiLab CE, here are the steps that made it work:

Install recommended packages defined 
here: 
https://github.com/gitlabhq/gitlab-ci/blob/master/doc/install/installation.md
#> sudo apt-get install wget curl gcc checkinstall libxml2-dev libxslt-dev 
libcurl4-openssl-dev libreadline6-dev libc6-dev libssl-dev libmysql++-dev 
make build-essential zlib1g-dev openssh-server git-core libyaml-dev postfix 
libpq-dev libicu-dev openssl
#> sudo apt-get install redis-server

Install ruby 2.1, use a pre-build from launchpad:
#> add-apt-repository ppa:brightbox/ruby-ng
#> apt-get install ruby2.1 ruby2.1-dev
#> gem install --http-proxy http://localhost:9191 bundler --no-ri --no-rdoc
#> cd /opt/gitlab/embedded/service/gitlab-ci
#> export http_proxy=http://localhost:9191
#> bundle install --without development test mysql --deployment

Setup CI:
#> gitlab-ci-rake setup


I am not sure if all of these steps are mandatory. Then there is still the 
gitlab-runner to install, but that one worked straight forward.

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/b7b64ee3-f60a-40ab-874e-0b4580895b99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to