Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-02 16:30:22 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-02 16:30:22 +0400
commitc120457a6f723167cece9b8cd4bde8197de167f7 (patch)
tree89bd2202bb8c9db38ff0c277c7dc4ecdfcfde2f5 /doc
parent1c60c3d73dfe9b12729a2d5339f12a34f31cf3f4 (diff)
Add admin credentials to installation docs
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md5
1 files changed, 5 insertions, 0 deletions
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