Commit c120457a6f723167cece9b8cd4bde8197de167f7
1 parent
1c60c3d7
Exists in
master
and in
4 other branches
Add admin credentials to installation docs
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
doc/installation.md
| ... | ... | @@ -195,6 +195,11 @@ Application can be started with next command: |
| 195 | 195 | # As daemon |
| 196 | 196 | sudo -u gitlab bundle exec rails s -e production -d |
| 197 | 197 | |
| 198 | +You can login via web using admin generated with setup: | |
| 199 | + | |
| 200 | + admin@local.host | |
| 201 | + 5iveL!fe | |
| 202 | + | |
| 198 | 203 | # 6. Run resque process (for processing queue). |
| 199 | 204 | |
| 200 | 205 | # Manually | ... | ... |