Update install/CentOS_6.md

Updated gitlab-centos script to 4-0-stable to fix unicorn and sidekiq startup errors.
This commit is contained in:
Diego Antunes
2013-02-26 10:32:14 +13:00
parent 117d4792d1
commit cbb54c133f

View File

@@ -466,7 +466,7 @@ Download the init script (will be /etc/init.d/gitlab)
*logged in as root*
curl https://raw.github.com/gitlabhq/gitlab-recipes/master/init.d/gitlab-centos > /etc/init.d/gitlab
curl https://raw.github.com/gitlabhq/gitlab-recipes/4-0-stable/init.d/gitlab-centos > /etc/init.d/gitlab
chmod +x /etc/init.d/gitlab
chkconfig --add gitlab