Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Things to be remembered while installing Git Lab:

Git Lab uses FQDN during configuration to use the Git Lab inbrowser.

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
172.16.2.87 ip-172-16-2-87.ec2.internal

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


After making an entry in /etc/hosts file, run

#gitlab-ctl reconfigure

  • No labels