Skip to content

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

Clone this wiki locally