-
Notifications
You must be signed in to change notification settings - Fork 2
From 2.2 to 2.3
mikkyhouse edited this page Mar 21, 2012
·
5 revisions
# Get latest code
git pull origin stable
# Install libs
bundle install --without development test
# update db
bundle exec rake db:migrate RAILS_ENV=production
# Update hooks
bundle exec rake update_hooks RAILS_ENV=production