I installed Gitlab on a new Ubuntu (10.04) and it works almost correctly. Gitlab is accessible via HTTP, I can push / retrieve data via git to the server. However, there is one thing, but the activity feed is not updated. So I thought something was wrong with git hooks. I completely completed the installation process from Gitlab , except that I would like to use Passenger to run Nginx to deploy multiple applications.
I ran sudo -u gitlab -H bundle exec rake gitlab:env:info RAILS_ENV=production to make sure everything was configured correctly, but he said that Redis not working. ps aux says redis-server up. These are not git hooks. The gitlab document says restart the gitlab service to solve this problem. In this case, I get an error, which, in my opinion, is a problem that I have to solve:
$ sudo /etc/init.d/gitlab restart Error, unicorn not running!
My question is: how can I get around this problem? How can I control a unicorn, I thought the gitlab service would start it? I do not use Nginx? Before I start reinstalling everything first without using Passenger, I thought I might ask a question in advance.
source share