-
Notifications
You must be signed in to change notification settings - Fork 2
From 2.7 to 2.8
randx edited this page Aug 21, 2012
·
3 revisions
# Get latest code
sudo -u gitlab git pull origin stable
# Install libs
sudo -u gitlab bundle install --without development test
# update db
sudo -u gitlab bundle exec rake db:migrate RAILS_ENV=production
# update gitolite hooks
sudo -u gitlab bundle exec rake gitlab:gitolite:write_hooks RAILS_ENV=production