mattias-ohlsson / gitlab-installer

Installer for GitLab
GNU General Public License v3.0
225 stars 112 forks source link

Fresh install post-receive missing?? #16

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi all, i made a fresh install with centos 6.3 minimal full updated. Running the script works as expected but when i su -s /bin/bash apache -c 'bundle exec rake gitlab:app:status RAILS_ENV=production' i get a post-receive exists no, but post-receive exists in /home/git/.gitolite/hooks/common/ Can any one replicate it?

Any help would be appreciated!

mattias-ohlsson commented 11 years ago

Use the latest gitlab-installer and run:

su - git -c "cd gitlab;bundle exec rake gitlab:check RAILS_ENV=production"