Commit b8eee565a83c58218a9d7b6ddecfb1dd1e21e6c9

Authored by Yves Senn
2 parents ac6c9128 98423a37

Merge pull request #4369 from zeehio/patch-1

[Doc] Update 5.0 to 5.1: Recompile assets
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
doc/update/5.0-to-5.1.md
... ... @@ -41,6 +41,7 @@ sudo -u git -H cp config/puma.rb.example config/puma.rb
41 41 sudo -u git -H bundle install --without development test postgres --deployment
42 42 sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
43 43 sudo -u git -H bundle exec rake migrate_merge_requests RAILS_ENV=production
  44 +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
44 45 ```
45 46  
46 47 ### 5. Update init.d script with a new one
... ...