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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -