Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-18 00:20:18 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2013-01-18 00:20:18 +0400
commitb7457f39b48a067fe142be5486895dc08224963f (patch)
treedb390637543a793cae4b58dee9c0dbc63ee17085 /doc/raketasks/maintenance.md
parentbc59fd046f9f786c8bbc5512a9177359b384b329 (diff)
Remove the setup task from the maintenance docs
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