I installed GitLab on a fresh Ubuntu 14.04.3 LTS server using the command found in the documentation
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash sudo apt-get install gitlab-ce
Everything installed correctly and the application is running but I changed the hostname on the server by editing /etc/hostname
and /etc/hosts
but certain parts of GitLab like the repository URL incorrectly display the old hostname. How do I fix this?
I found some references around the web to using bitnami to reconfigure this but I didn't seem to have the same files.