You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mikkyhouse edited this page May 22, 2012
·
5 revisions
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