I've just set up a Gitlab server on Redhat... This started with setting up a VM on my Proxmox hypervisor. I moved to from VMWare Vshere/Esxi to Proxmox earlier in the year due to changes with the pricing structure. Once the VM was created I installed the yum repositories and carried out the installation. I used Haproxy to manage loadbalancing. When Gitlab was installed I created some repositories and tested them. The next stage was to install gitlab-runner and create my first deployment pipeline. This pipeline will deploy changes made to the main branch to a Linux server that hosts a web application. Now that I've got it deploying automatically I want to introduce some piples for testing. That will be my next project!