Is it possible to install Gitlab using the local IP address of the machine instead of domain name?
If yes then how?
Is it possible to install Gitlab using the local IP address of the machine instead of domain name?
If yes then how?
Yes, I installed GitLab server for testing on VMware. You can download GitLab server from bitnami.com and open it by VMWare. Then you can see GitLab server by an invalid IP.
Also you can use docker images for installing GitLab server or install manually it from GitLab website
Yes this is possible. Just configure your external_url
to point to http://<iphere>
.