-
Notifications
You must be signed in to change notification settings - Fork 2
From 2.6.x to 2.7.0
randx edited this page Jul 19, 2012
·
2 revisions
# You may want to add
# sudo -H -u gitlab
# before each script
# Get latest code
git pull origin stable
# !!! Config should be replaced with a new one. Check it after replace
cp config/gitlab.yml.example config/gitlab.yml
# Install libs
bundle install --without development test
# update db
bundle exec rake db:migrate RAILS_ENV=production