Run db:setup and db:seed_fu before gitlab:setup

This commit is contained in:
Axilleas Pipinellis 2013-02-15 11:53:35 +02:00
parent 6178964929
commit 46f7b7c1f2

View file

@ -187,7 +187,9 @@ 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