Skip to content
Snippets Groups Projects
Commit 46f7b7c1 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

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

parent 61789649
No related branches found
No related tags found
1 merge request!2998Minor changes to installation and databases docs.
Loading
Loading
@@ -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
 
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment