Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Things to be remembered remember while installing Git Lab: 

Git 1. Git Lab uses FQDN during configuration to enable its use in the Git Lab in browser.

2. Find the fully qualified domain Domain name (FQDN) of the host.

#hostname -f

3. Ensure this FQDN entry is present onin the /etc/hosts file

#cat /etc/hosts

127.0.0.1 localhost
xxx.xx.xx.xxx ip-xxx.xx.xx.xxx.ec2.internal

# The following lines are desirable required 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

4. After making an entry in /etc/hosts file, run the following -

#gitlab-ctl reconfigure