Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
mattias-ohlsson edited this page Jul 27, 2012 · 2 revisions

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
Clone this wiki locally