diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-04-04 01:02:54 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-04-04 01:02:54 +0300 |
commit | 43f5df21a39e0b9b16738bbd9e4047507bbcc9ef (patch) | |
tree | 24c17c9e6341a46a3092fd65371fbdc310ee1d9c /doc | |
parent | c40c627a3ba4b282bf42e247dff5eb13aa6ca790 (diff) | |
download | gitlab-ce-43f5df21a39e0b9b16738bbd9e4047507bbcc9ef.tar.gz |
gitlab rake tasks refactored
Diffstat (limited to 'doc')
-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 |