Hey Guys -- I just installed the gitorious-2.4.3 stack in a brand new RHEL 6.3 VM. Everything installed successfully, I can even get into the UI just fine. However, the git-daemon and poller wasn't starting:
- /opt/dba/gitorious-2.4.3-0/apps/gitorious/scripts/ctl.sh start /usr/bin/env: ruby: No such file or directory /usr/bin/env: ruby: No such file or directory /opt/dba/gitorious-2.4.3-0/apps/gitorious/scripts/git-daemon.sh : git-daemon could not be started
I see that ruby/bin is correctly set in the setenv.sh script, and I presume the path isn't surviving the 'su -c' that's being performed. I made it work by linking the ruby exec into /usr/bin, but I wonder if there isn't a better way?