Add missing lines in update guide.

This commit is contained in:
Marin Jankovski 2014-05-22 16:27:32 +02:00
parent 38d0e001ea
commit 3296fb9f3a
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ sudo -u git -H bundle install --without development test postgres --deployment
# PostgreSQL installations (note: the line below states '--without ... mysql')
sudo -u git -H bundle install --without development test mysql --deployment
# Run database migrations
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
# Clean up assets and cache
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
```
### 5. Update config files