summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-20 19:30:59 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-20 19:30:59 +0200
commita0cc38827fe44a91c3538ef34a6cd9ff8e3bc4d7 (patch)
tree173baa181c57f6d04f12cd4c72de1b79493b8320 /doc
parentc71a7896b1d5ac23785393b486d64902af56d33e (diff)
downloadgitlab-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.md2
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