RHEL install (missing Gemfiles)
Created by: gcreager
I used the gitlab installer for RHEL6 from Mattias Ohlsson. It appeared to install cleanly save at the end of the script, and subsequently, when I tried to start gitlab in /etc/init.d, I got this:
sudo /etc/init.d/gitlab start Using /usr/local/rvm/gems/ruby-1.9.3-p392 Starting unicorn: Could not locate Gemfile [FAILED] Starting sidekiq: Could not locate Gemfile [FAILED]
I'm rather new to gitlab, so I'm asking for suggestions. I have found a set of logs in /usr/local/rvm/log which I believe is associated with the gitlab installation but I've not found error indicators (yet).
Could someone please suggest where I should look?
Thanks!