diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-20 19:30:59 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-20 19:30:59 +0200 |
commit | a0cc38827fe44a91c3538ef34a6cd9ff8e3bc4d7 (patch) | |
tree | 173baa181c57f6d04f12cd4c72de1b79493b8320 /doc | |
parent | c71a7896b1d5ac23785393b486d64902af56d33e (diff) | |
download | gitlab-ce-a0cc38827fe44a91c3538ef34a6cd9ff8e3bc4d7.tar.gz |
remove db:setup & seed_fu from install docs. gitlab:setup does it
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 51a8dcfb876..69d3b186b32 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -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 |