diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 | ||||
-rw-r--r-- | doc/raketasks/maintenance.md | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index f96045c7b4f..8bfcf5c5d44 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -260,7 +260,7 @@ used for the `email.from` setting in `config/gitlab.yml`) ## Initialise Database and Activate Advanced Features - sudo -u gitlab -H bundle exec rake gitlab:app:setup RAILS_ENV=production + sudo -u gitlab -H bundle exec rake gitlab:setup RAILS_ENV=production ## Install Init Script 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 |