-
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
# You may want to add
# sudo -H -u gitlab
# before each script
# Get latest code
git pull origin stable
# Install libs
bundle install --without development test
# update db
bundle exec rake db:migrate RAILS_ENV=production
# update gitolite hooks
bundle exec rake gitlab:gitolite:write_hooks RAILS_ENV=production