Commit f18c7c440db8ecb26087bc78016c6b7f1f4ccce1

Authored by Sytse Sijbrandij
1 parent d812216d

GitLab must run before the check is done.

Showing 1 changed file with 8 additions and 6 deletions   Show diff stats
doc/install/installation.md
... ... @@ -230,6 +230,14 @@ Check if GitLab and its environment are configured correctly:
230 230  
231 231 sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
232 232  
  233 +## Start Your GitLab Instance
  234 +
  235 + sudo service gitlab start
  236 + # or
  237 + sudo /etc/init.d/gitlab restart
  238 +
  239 +## Double-check Application Status
  240 +
233 241 To make sure you didn't miss anything run a more thorough check with:
234 242  
235 243 sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
... ... @@ -237,12 +245,6 @@ To make sure you didn't miss anything run a more thorough check with:
237 245 If all items are green, then congratulations on successfully installing GitLab!
238 246 However there are still a few steps left.
239 247  
240   -## Start Your GitLab Instance
241   -
242   - sudo service gitlab start
243   - # or
244   - sudo /etc/init.d/gitlab restart
245   -
246 248  
247 249 # 7. Nginx
248 250  
... ...