Skip to content

From 2.5.0 to 2.6.0

randx edited this page Jun 21, 2012 · 1 revision

1. Stop server & resque

2. Update code & db

# 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

3. Start web server & Resque

Clone this wiki locally