Commit d3dcd7c3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'update_upgrade_document' into 'master'

Update Upgrade from 6.6 ce to ee document

Use correct assets commands.
parents 43fa2510 758149bb
......@@ -44,7 +44,7 @@ sudo -u git -H bundle install --without development test postgres --deployment
sudo -u git -H bundle install --without development test mysql --deployment
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
```
### 5. Update Init script
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment