Skip to content
Snippets Groups Projects
Commit b7457f39 authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Remove the setup task from the maintenance docs

parent bc59fd04
No related branches found
No related tags found
1 merge request!2650Improve setup task, by making it less dangerous
### 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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment