Commit c120457a6f723167cece9b8cd4bde8197de167f7

Authored by randx
1 parent 1c60c3d7

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,6 +195,11 @@ Application can be started with next command:
195 # As daemon 195 # As daemon
196 sudo -u gitlab bundle exec rails s -e production -d 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 # 6. Run resque process (for processing queue). 203 # 6. Run resque process (for processing queue).
199 204
200 # Manually 205 # Manually