Commit 911bf5f0ae8aca77a1ce85f826aa0194293a813e

Authored by Jacob Vosmaer
2 parents f24e1514 7b9f428d

Merge pull request #5645 from sajanp/enhancement/install-guide

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
@@ -303,15 +303,6 @@ Check if GitLab and its environment are configured correctly: @@ -303,15 +303,6 @@ Check if GitLab and its environment are configured correctly:
303 # or 303 # or
304 sudo /etc/init.d/gitlab restart 304 sudo /etc/init.d/gitlab restart
305 305
306 -## Double-check Application Status  
307 -  
308 -To make sure you didn't miss anything run a more thorough check with:  
309 -  
310 - sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production  
311 -  
312 -If all items are green, then congratulations on successfully installing GitLab!  
313 -However there are still a few steps left.  
314 -  
315 306
316 ## Compile assets 307 ## Compile assets
317 308
@@ -347,7 +338,17 @@ Make sure to edit the config file to match your setup: @@ -347,7 +338,17 @@ Make sure to edit the config file to match your setup:
347 338
348 # Done! 339 # Done!
349 340
350 -Visit YOUR_SERVER for your first GitLab login. 341 +## Double-check Application Status
  342 +
  343 +To make sure you didn't miss anything run a more thorough check with:
  344 +
  345 + sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
  346 +
  347 +If all items are green, then congratulations on successfully installing GitLab!
  348 +
  349 +## Initial Login
  350 +
  351 +Visit YOUR_SERVER in your web browser for your first GitLab login.
351 The setup has created an admin account for you. You can use it to log in: 352 The setup has created an admin account for you. You can use it to log in:
352 353
353 admin@local.host 354 admin@local.host