Skip to content
randx edited this page Feb 22, 2012 · 2 revisions

1. 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

2. Restart server

Clone this wiki locally