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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -