Skip to content

From 2.4.1 to 2.5.0

mikkyhouse edited this page May 22, 2012 · 5 revisions

1. Stop server & resque

2. Update code & db

# 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