Commit a0cc38827fe44a91c3538ef34a6cd9ff8e3bc4d7
1 parent
c71a7896
Exists in
master
and in
4 other branches
remove db:setup & seed_fu from install docs. gitlab:setup does it
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -196,8 +196,6 @@ Make sure to update username/password in config/database.yml. |
196 | 196 | |
197 | 197 | ## Initialise Database and Activate Advanced Features |
198 | 198 | |
199 | - sudo -u git -H bundle exec rake db:setup RAILS_ENV=production | |
200 | - sudo -u git -H bundle exec rake db:seed_fu RAILS_ENV=production | |
201 | 199 | sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production |
202 | 200 | |
203 | 201 | ... | ... |