diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-07-07 14:41:02 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-07-07 14:41:02 +0200 |
commit | cb4d8eff4cb158fbef4d59bf64e04e776e29eaed (patch) | |
tree | e2ac66f3bd554c9171a8b69737fbd3f92eb726ca /doc/install | |
parent | 553f3aba48e7b124b02b0a7eecd85eacec7453e3 (diff) | |
download | gitlab-ce-cb4d8eff4cb158fbef4d59bf64e04e776e29eaed.tar.gz |
Add sanitize option to documentation.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 2 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: |