-
Notifications
You must be signed in to change notification settings - Fork 3
Releasing the code
Claire Knowles edited this page Mar 3, 2017
·
2 revisions
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
If database seed has changed: rake db:seed RAILS_ENV=production
sudo apachectl restart
Any questions please contact lddt@mlist.is.ed.ac.uk