summaryrefslogtreecommitdiff
path: root/doc/raketasks/maintenance.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-01-28 08:50:31 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-01-28 08:50:31 +0200
commitbf44938cc0b9c3023dd486fc23e7ddbf6be8b573 (patch)
treefee4e016f29d612bf8006d4b2f70214f29ac1194 /doc/raketasks/maintenance.md
parent6290b75da9540723a06aaffcf8cdf9fdd963a10f (diff)
downloadgitlab-ce-bf44938cc0b9c3023dd486fc23e7ddbf6be8b573.tar.gz
Drop comments on cookbook installing from source now that it uses Omnibus.
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 8bef92e55fe..c31ef9f5ef6 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
```
@@ -59,7 +59,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
```