summaryrefslogtreecommitdiff
path: root/doc/raketasks/maintenance.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-17 12:40:56 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-17 12:40:56 -0800
commit309e2ceaf85929cc1d8dceaa24620cc1bdae0ede (patch)
treee2146eed8d9a306f10c71f9b824e0aca38c9ac49 /doc/raketasks/maintenance.md
parent4bb1664aaee18f801c3268bd855a654fc64fa722 (diff)
parent65c35466b695b06807c997859ce4ca5b515b6550 (diff)
downloadgitlab-ce-309e2ceaf85929cc1d8dceaa24620cc1bdae0ede.tar.gz
Merge pull request #2650 from riyad/setup-task-warning
Improve setup task, by making it less dangerous
Diffstat (limited to 'doc/raketasks/maintenance.md')
-rw-r--r--doc/raketasks/maintenance.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md
index 758580b6832..ee5a8a3b5fb 100644
--- a/doc/raketasks/maintenance.md
+++ b/doc/raketasks/maintenance.md
@@ -1,16 +1,3 @@
-### Setup production application
-
-Runs the following rake tasks:
-
-* db:setup (Create the database, load the schema, and initialize with the seed data)
-* db:seed_fu (Loads seed data for the current environment.)
-* gitlab:app:enable_automerge (see "Features")
-
-```
-bundle exec rake gitlab:app:setup RAILS_ENV=production
-```
-
-
### Gather information about GitLab and the system it runs on
This command gathers information about your GitLab installation and the System