diff --git a/doc/installation.md b/doc/installation.md index cb54663e79e72870be87fe9c403eb03c5ea4ffb4..43b2c31065407f411b3c59bf616959006d385900 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -195,6 +195,11 @@ Application can be started with next command: # As daemon sudo -u gitlab bundle exec rails s -e production -d +You can login via web using admin generated with setup: + + admin@local.host + 5iveL!fe + # 6. Run resque process (for processing queue). # Manually