Releasing the code - UoEMainLibrary/LibraryMapping GitHub Wiki
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