Things to be remembered while installing Git Lab:
Git Lab uses FQDN during configuration to use the Git Lab in browser.
Find fully qualified domain name (FQDN) of the host
#hostname -f
Ensure this FQDN entry is present on /etc/hosts file
#cat /etc/hosts 127.0.0.1 localhost # The following lines are desirable for IPv6 capable hosts |
---|
After making an entry in /etc/hosts file, run
#gitlab-ctl reconfigure