diff --git a/doc/update/5.1-to-5.2.md b/doc/update/5.1-to-5.2.md index 23de2d99c583b71e8016d4297f0141aebb8eecf2..8599c4323eae0a41cc07c17db40add1f29cf089d 100644 --- a/doc/update/5.1-to-5.2.md +++ b/doc/update/5.1-to-5.2.md @@ -42,6 +42,8 @@ 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 ``` ### 5. Update config files diff --git a/doc/update/5.2-to-5.3.md b/doc/update/5.2-to-5.3.md index 4d930d84c7df1f2823898a02f6bf48a9670189c2..e00dfa3951a47f79bb0d09274b4e98f8ab5ede4d 100644 --- a/doc/update/5.2-to-5.3.md +++ b/doc/update/5.2-to-5.3.md @@ -34,6 +34,8 @@ 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 ``` ### 4. Update config files diff --git a/doc/update/5.3-to-5.4.md b/doc/update/5.3-to-5.4.md index 67f32f66a9778777fde13fcf37e9b758255cb261..774e4439314df9cd1c44f362e78676b9373807b2 100644 --- a/doc/update/5.3-to-5.4.md +++ b/doc/update/5.3-to-5.4.md @@ -34,6 +34,8 @@ 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 ``` ### 4. Update config files