summaryrefslogtreecommitdiff
path: root/doc/raketasks/maintenance.md
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2015-02-04 05:28:10 +0000
committerMarin Jankovski <marin@gitlab.com>2015-02-04 05:28:10 +0000
commit56a456b43dba7d772db45e2b73aa18b5eab53d37 (patch)
tree56fe6688bfe662e3532f88ed9d4f5c0406e0fe3c /doc/raketasks/maintenance.md
parentf1ffed2637556d4b67d15286747f3b7e283ce99f (diff)
parentbf44938cc0b9c3023dd486fc23e7ddbf6be8b573 (diff)
downloadgitlab-ce-56a456b43dba7d772db45e2b73aa18b5eab53d37.tar.gz
Merge branch 'doc_cookbook_uses_omnibus' into 'master'
Drop comments on cookbook installing from source now that it uses Omnibus. gitlab-coockbook now uses Omnibus packages so raketasks are invoked via gitlab-rake See merge request !318
Diffstat (limited to 'doc/raketasks/maintenance.md')
-rw-r--r--doc/raketasks/maintenance.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md
index 6f921bcdae5..41a994f3f68 100644
--- a/doc/raketasks/maintenance.md
+++ b/doc/raketasks/maintenance.md
@@ -8,7 +8,7 @@ This command gathers information about your GitLab installation and the System i
# omnibus-gitlab
sudo gitlab-rake gitlab:env:info
-# installation from source or cookbook
+# installation from source
bundle exec rake gitlab:env:info RAILS_ENV=production
```
@@ -60,7 +60,7 @@ You may also have a look at our [Trouble Shooting Guide](https://github.com/gitl
# omnibus-gitlab
sudo gitlab-rake gitlab:check
-# installation from source or cookbook
+# installation from source
bundle exec rake gitlab:check RAILS_ENV=production
```