diff options
Diffstat (limited to 'doc/installation.md')
-rw-r--r-- | doc/installation.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/installation.md b/doc/installation.md index da9aa85f1d3..4cff4264241 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -159,12 +159,11 @@ Permissions: #### Setup DB - sudo -u gitlab bundle exec rake db:setup RAILS_ENV=production - sudo -u gitlab bundle exec rake db:seed_fu RAILS_ENV=production + sudo -u gitlab bundle exec rake gitlab:app:setup RAILS_ENV=production Checking status: - sudo -u gitlab bundle exec rake gitlab_status RAILS_ENV=production + sudo -u gitlab bundle exec rake gitlab:app:status RAILS_ENV=production # OUTPUT EXAMPLE |