Commit 46f7b7c1 authored by Axilleas Pipinellis's avatar Axilleas Pipinellis

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

parent 61789649
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment