Skip to content
Snippets Groups Projects
Commit 3296fb9f authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Add missing lines in update guide.

parent 38d0e001
No related branches found
No related tags found
1 merge request!6949gitlab.com issue #229 - no_avatar.png path in coffee
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment