ubuntu - Gitlab wont start on reboot -


i installed gitlab 8.4 source using guide - http://doc.gitlab.com/ce/install/installation.html on ubuntu 14.04 , i'm having trouble getting started on boot.

i used these commands tutorial make init script , run on boot.

sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab sudo cp lib/support/init.d/gitlab.default.example /etc/default/gitlab sudo update-rc.d gitlab defaults 21 

sudo service gitlab start works fine when server rebooted, gitlab wont start , nginx shows 502 bad gateway in browser.

what problem?


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -