From c120457a6f723167cece9b8cd4bde8197de167f7 Mon Sep 17 00:00:00 2001 From: randx Date: Thu, 2 Aug 2012 15:30:22 +0300 Subject: [PATCH] Add admin credentials to installation docs --- doc/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index cb54663e79e..43b2c310654 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 -- GitLab