Skip to content
Snippets Groups Projects
Commit f18c7c44 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

GitLab must run before the check is done.

parent d812216d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -230,6 +230,14 @@ Check if GitLab and its environment are configured correctly:
 
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
 
## Start Your GitLab Instance
sudo service gitlab start
# 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
Loading
Loading
@@ -237,12 +245,6 @@ To make sure you didn't miss anything run a more thorough check with:
If all items are green, then congratulations on successfully installing GitLab!
However there are still a few steps left.
 
## Start Your GitLab Instance
sudo service gitlab start
# or
sudo /etc/init.d/gitlab restart
 
# 7. Nginx
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment