GitLab Setup
Things to remember while installing Git Lab:Â
1. Git Lab uses FQDN during configuration to enable its use in the browser.
2. Find the fully qualified Domain name (FQDN) of the host.
#hostname -f
3. Ensure this FQDN entry is present in the /etc/hosts file
#cat /etc/hosts 127.0.0.1 localhost # The following lines are required for IPv6 capable hosts |
---|
4. After making an entry in /etc/hosts file, run the following -
#gitlab-ctl reconfigure