Home - mattias-ohlsson/gitlab-installer GitHub Wiki

Welcome to the gitlab-installer wiki!

How to update

Read this: https://github.com/gitlabhq/gitlabhq/wiki

Log in as root

Update the code

cd /var/www/gitlabhq
git pull origin stable
git checkout VERSION_TAG

Give root access

cp /var/www/.ssh/id_rsa* ~/.ssh/

Install libs

bundle install --without development test

bundle exec rake gitlab:app:enable_automerge RAILS_ENV=production