remove db:setup & seed_fu from install docs. gitlab:setup does it

5-0-stable
Dmitriy Zaporozhets 2013-03-20 19:30:59 +02:00
parent c71a7896b1
commit a0cc38827f
1 changed files with 0 additions and 2 deletions

View File

@ -196,8 +196,6 @@ 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