Remove the setup task from the maintenance docs
This commit is contained in:
parent
bc59fd046f
commit
b7457f39b4
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue