Commit 7d6960104dcb1f2bac4edadb68d6978de2e507a0
1 parent
d3c429ed
Exists in
master
and in
4 other branches
Add assets precompile step for fixing activities lost and some UI style issues
Showing
3 changed files
with
6 additions
and
0 deletions
Show diff stats
doc/update/5.1-to-5.2.md
| @@ -42,6 +42,8 @@ sudo -u git -H bundle install --without development test postgres --deployment | @@ -42,6 +42,8 @@ sudo -u git -H bundle install --without development test postgres --deployment | ||
| 42 | sudo -u git -H bundle install --without development test mysql --deployment | 42 | sudo -u git -H bundle install --without development test mysql --deployment |
| 43 | 43 | ||
| 44 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production | 44 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production |
| 45 | + | ||
| 46 | +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production | ||
| 45 | ``` | 47 | ``` |
| 46 | 48 | ||
| 47 | ### 5. Update config files | 49 | ### 5. Update config files |
doc/update/5.2-to-5.3.md
| @@ -34,6 +34,8 @@ sudo -u git -H bundle install --without development test postgres --deployment | @@ -34,6 +34,8 @@ sudo -u git -H bundle install --without development test postgres --deployment | ||
| 34 | sudo -u git -H bundle install --without development test mysql --deployment | 34 | sudo -u git -H bundle install --without development test mysql --deployment |
| 35 | 35 | ||
| 36 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production | 36 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production |
| 37 | + | ||
| 38 | +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production | ||
| 37 | ``` | 39 | ``` |
| 38 | 40 | ||
| 39 | ### 4. Update config files | 41 | ### 4. Update config files |
doc/update/5.3-to-5.4.md
| @@ -34,6 +34,8 @@ sudo -u git -H bundle install --without development test postgres --deployment | @@ -34,6 +34,8 @@ sudo -u git -H bundle install --without development test postgres --deployment | ||
| 34 | sudo -u git -H bundle install --without development test mysql --deployment | 34 | sudo -u git -H bundle install --without development test mysql --deployment |
| 35 | 35 | ||
| 36 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production | 36 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production |
| 37 | + | ||
| 38 | +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production | ||
| 37 | ``` | 39 | ``` |
| 38 | 40 | ||
| 39 | ### 4. Update config files | 41 | ### 4. Update config files |