Skip to content

Commit 8df20df

Browse files
committed
Merge pull request #163 from jlumqz/master
Tell users to ignore the complain that the init script is not up-to-date.
2 parents de76512 + 367e7e8 commit 8df20df

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

install/centos/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,17 @@ To make sure you didn't miss anything run a more thorough check with:
498498
cd gitlab/
499499
bundle exec rake gitlab:check RAILS_ENV=production
500500

501-
If all items are green, then congratulations on successfully installing GitLab!
501+
Now, the output will complain that your init script is not up-to-date as follows:
502+
503+
Init script up-to-date? ... no
504+
Try fixing it:
505+
Redownload the init script
506+
For more information see:
507+
doc/install/installation.md in section "Install Init Script"
508+
Please fix the error above and rerun the checks.
509+
510+
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.
511+
If all other items are green, then congratulations on successfully installing GitLab!
502512
However there are still a few steps left.
503513

504514
## 7. Configure the web server

0 commit comments

Comments
 (0)