mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Add sanitize option to documentation.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user