Files
Axilleas Pipinellis 2c31ba690f Split line
2013-08-20 09:36:03 +03:00
..
2013-08-20 02:31:53 +03:00
2013-08-20 09:36:03 +03:00

Alternative sysvinit file for puma. Tested on Debian/Ubuntu but this should work for all Debian based distros. Make sure you have the puma gem installed and puma.rb in /home/git/gitlab/config/.

Get gitlab-puma in your /etc/init.d/ directory:

wget -O /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init/sysvinit/debian/gitlab-puma

Then start the service with:

service gitlab start