From a0cc38827fe44a91c3538ef34a6cd9ff8e3bc4d7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 20 Mar 2013 19:30:59 +0200 Subject: [PATCH] remove db:setup & seed_fu from install docs. gitlab:setup does it --- doc/install/installation.md | 2 -- 1 file changed, 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