Commit b7457f39b48a067fe142be5486895dc08224963f
1 parent
bc59fd04
Exists in
master
and in
4 other branches
Remove the setup task from the maintenance docs
Showing
1 changed file
with
0 additions
and
13 deletions
Show diff stats
doc/raketasks/maintenance.md
1 | -### Setup production application | ||
2 | - | ||
3 | -Runs the following rake tasks: | ||
4 | - | ||
5 | -* db:setup (Create the database, load the schema, and initialize with the seed data) | ||
6 | -* db:seed_fu (Loads seed data for the current environment.) | ||
7 | -* gitlab:app:enable_automerge (see "Features") | ||
8 | - | ||
9 | -``` | ||
10 | -bundle exec rake gitlab:app:setup RAILS_ENV=production | ||
11 | -``` | ||
12 | - | ||
13 | - | ||
14 | ### Gather information about GitLab and the system it runs on | 1 | ### Gather information about GitLab and the system it runs on |
15 | 2 | ||
16 | This command gathers information about your GitLab installation and the System | 3 | This command gathers information about your GitLab installation and the System |