Run db:setup and db:seed_fu before gitlab:setup
This commit is contained in:
parent
6178964929
commit
46f7b7c1f2
1 changed files with 3 additions and 1 deletions
|
@ -188,6 +188,8 @@ Make sure to update username/password in config/database.yml.
|
|||
|
||||
## Initialise Database and Activate Advanced Features
|
||||
|
||||
sudo -u git -H bundle exec rake db:setup RAILS_ENV=production
|
||||
sudo -u git -H bundle exec rake db:seed_fu RAILS_ENV=production
|
||||
sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue