mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
Add assets:precompile to CE-to-EE update steps
This commit is contained in:
@@ -44,6 +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
|
||||
```
|
||||
|
||||
### 5. Update Init script
|
||||
|
||||
@@ -44,6 +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
|
||||
```
|
||||
|
||||
### 5. Update Init script
|
||||
|
||||
@@ -44,6 +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
|
||||
```
|
||||
|
||||
### 5. Update Init script
|
||||
|
||||
Reference in New Issue
Block a user