diff options
author | Sajan Parikh <email@sajanp.com> | 2013-11-21 10:13:31 -0600 |
---|---|---|
committer | Sajan Parikh <email@sajanp.com> | 2013-11-21 10:17:48 -0600 |
commit | 7b9f428dbe77da922c4e1132d48111061a545214 (patch) | |
tree | 5f1425b486a4ec4051424cf7821b9d837d4e580e /doc/install | |
parent | 4525fc840547358a270671ff107c3e4967679442 (diff) | |
download | gitlab-ce-7b9f428dbe77da922c4e1132d48111061a545214.tar.gz |
Reorder steps to install web server before running gitlab:check
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 77d655ed52d..8a199841865 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -304,15 +304,6 @@ Check if GitLab and its environment are configured correctly: # or sudo /etc/init.d/gitlab restart -## Double-check Application Status - -To make sure you didn't miss anything run a more thorough check with: - - sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production - -If all items are green, then congratulations on successfully installing GitLab! -However there are still a few steps left. - # 7. Nginx @@ -343,7 +334,17 @@ Make sure to edit the config file to match your setup: # Done! -Visit YOUR_SERVER for your first GitLab login. +## Double-check Application Status + +To make sure you didn't miss anything run a more thorough check with: + + sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production + +If all items are green, then congratulations on successfully installing GitLab! + +## Initial Login + +Visit YOUR_SERVER in your web browser for your first GitLab login. The setup has created an admin account for you. You can use it to log in: admin@local.host |