summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-07-07 14:41:02 +0200
committerMarin Jankovski <marin@gitlab.com>2014-07-07 14:41:02 +0200
commitcb4d8eff4cb158fbef4d59bf64e04e776e29eaed (patch)
treee2ac66f3bd554c9171a8b69737fbd3f92eb726ca /doc
parent553f3aba48e7b124b02b0a7eecd85eacec7453e3 (diff)
downloadgitlab-ce-cb4d8eff4cb158fbef4d59bf64e04e776e29eaed.tar.gz
Add sanitize option to documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md2
-rw-r--r--doc/raketasks/maintenance.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 37f9377256c..b5ebb2694b9 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -331,6 +331,8 @@ To make sure you didn't miss anything run a more thorough check with:
If all items are green, then congratulations on successfully installing GitLab!
+NOTE: Supply `SANITIZE=true` environment variable to `gitlab:check` to omit project names from the output of the check command.
+
### Initial Login
Visit YOUR_SERVER in your web browser for your first GitLab login. The setup has created an admin account for you. You can use it to log in:
diff --git a/doc/raketasks/maintenance.md b/doc/raketasks/maintenance.md
index 3339dfb03ac..9f5d21527c3 100644
--- a/doc/raketasks/maintenance.md
+++ b/doc/raketasks/maintenance.md
@@ -63,6 +63,8 @@ sudo gitlab-rake gitlab:check
bundle exec rake gitlab:check RAILS_ENV=production
```
+NOTE: Use SANITIZE=true for gitlab:check if you want to omit project names from the output.
+
Example output:
```