Skip to content

Commit

Permalink
Tell users to ignore the complain that the init script is not up-to-d…
Browse files Browse the repository at this point in the history
…ate.
  • Loading branch information
jlumqz committed Nov 11, 2013
1 parent de76512 commit 367e7e8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion install/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,17 @@ To make sure you didn't miss anything run a more thorough check with:
cd gitlab/
bundle exec rake gitlab:check RAILS_ENV=production

If all items are green, then congratulations on successfully installing GitLab!
Now, the output will complain that your init script is not up-to-date as follows:

Init script up-to-date? ... no
Try fixing it:
Redownload the init script
For more information see:
doc/install/installation.md in section "Install Init Script"
Please fix the error above and rerun the checks.

Do not care about it if you are sure that you have downloaded the up-to-date file from https://raw.github.com/gitlabhq/gitlab-recipes/master/init/sysvinit/centos/gitlab-unicorn and saved it to /etc/init.d/gitlab.
If all other items are green, then congratulations on successfully installing GitLab!
However there are still a few steps left.

## 7. Configure the web server
Expand Down

0 comments on commit 367e7e8

Please sign in to comment.