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 inbrowserbrowser.
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 |
---|
required for IPv6 capable hosts |
---|
4. After making an entry in /etc/hosts file, run the following -
#gitlab-ctl reconfigure