diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-07-23 02:35:13 -0700 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-07-23 02:35:13 -0700 |
commit | 20365121e0e741b5e415ddf5ab616b068a8acc8e (patch) | |
tree | 593900c3d9b0800867ca7b09616e8d3da3675919 /doc | |
parent | 707cea8d45c45a2f840a5d053092e699912cb8a8 (diff) | |
parent | 7d6960104dcb1f2bac4edadb68d6978de2e507a0 (diff) | |
download | gitlab-ce-20365121e0e741b5e415ddf5ab616b068a8acc8e.tar.gz |
Merge pull request #4606 from chaixl/master
Add assets precompile step for fixing activities lost and some UI style issues
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/5.1-to-5.2.md | 2 | ||||
-rw-r--r-- | doc/update/5.2-to-5.3.md | 2 | ||||
-rw-r--r-- | doc/update/5.3-to-5.4.md | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/update/5.1-to-5.2.md b/doc/update/5.1-to-5.2.md index 23de2d99c58..8599c4323ea 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 4d930d84c7d..e00dfa3951a 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 67f32f66a97..774e4439314 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 |