Commit 7b9f428dbe77da922c4e1132d48111061a545214

Authored by Sajan Parikh
1 parent 4525fc84

Reorder steps to install web server before running gitlab:check

Showing 1 changed file with 11 additions and 10 deletions   Show diff stats
doc/install/installation.md
... ... @@ -304,15 +304,6 @@ Check if GitLab and its environment are configured correctly:
304 304 # or
305 305 sudo /etc/init.d/gitlab restart
306 306  
307   -## Double-check Application Status
308   -
309   -To make sure you didn't miss anything run a more thorough check with:
310   -
311   - sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
312   -
313   -If all items are green, then congratulations on successfully installing GitLab!
314   -However there are still a few steps left.
315   -
316 307  
317 308 # 7. Nginx
318 309  
... ... @@ -343,7 +334,17 @@ Make sure to edit the config file to match your setup:
343 334  
344 335 # Done!
345 336  
346   -Visit YOUR_SERVER for your first GitLab login.
  337 +## Double-check Application Status
  338 +
  339 +To make sure you didn't miss anything run a more thorough check with:
  340 +
  341 + sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
  342 +
  343 +If all items are green, then congratulations on successfully installing GitLab!
  344 +
  345 +## Initial Login
  346 +
  347 +Visit YOUR_SERVER in your web browser for your first GitLab login.
347 348 The setup has created an admin account for you. You can use it to log in:
348 349  
349 350 admin@local.host
... ...