-
Notifications
You must be signed in to change notification settings - Fork 2
From 2.5.0 to 2.6.0
randx edited this page Jun 21, 2012
·
1 revision
# 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