We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cd /var/www/html/
git pull upstream master
rake assets:clean assets:precompile RAILS_ENV=production
If database schema has changed: rake db:migrate RAILS_ENV=production
rake db:migrate RAILS_ENV=production
If database seed has changed: rake db:seed RAILS_ENV=production
rake db:seed RAILS_ENV=production
sudo apachectl restart