Commit 46f7b7c1f2be9ecbc2d81c886212dcd81629700e
1 parent
61789649
Exists in
master
and in
4 other branches
Run db:setup and db:seed_fu before gitlab:setup
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -187,7 +187,9 @@ Make sure to update username/password in config/database.yml. |
187 | 187 | |
188 | 188 | |
189 | 189 | ## Initialise Database and Activate Advanced Features |
190 | - | |
190 | + | |
191 | + sudo -u git -H bundle exec rake db:setup RAILS_ENV=production | |
192 | + sudo -u git -H bundle exec rake db:seed_fu RAILS_ENV=production | |
191 | 193 | sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production |
192 | 194 | |
193 | 195 | ... | ... |