Remove the setup task from the maintenance docs

This commit is contained in:
Riyad Preukschas 2013-01-17 21:20:18 +01:00
parent bc59fd046f
commit b7457f39b4

View file

@ -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 ### Gather information about GitLab and the system it runs on
This command gathers information about your GitLab installation and the System This command gathers information about your GitLab installation and the System