Install procedure doesn't work
Created by: devsun
From here - https://github.com/gitlabhq/gitlabhq/blob/master/doc/installation.md Running on brand new clean version of Ubuntu 11.10.
Works until this line:
sudo -u gitlab unicorn_rails -c config/unicorn.rb -E production -D
Probably because we haven't installed unicorn yet. Need to add this:
sudo gem install unicorn
But even with that, it still doesn't work. It gives this error:
master failed to start, check stderr log for details
What is the fix?