


Once the Gitlab reconfigured, verify the service status At the end, you will see a message “gitlab Reconfigured!” on your screen. This will take some time to complete the installation.

Now, run the reconfigure command to apply changes to Gitlab server. The nano user can use shotcut CTRL + o to save content and then CTRL + x to exit from editor. The vim editor user use ESC + :wq to save and exit file. To enable the let’s encrypt SSL, edit the following values in configuration file. The Gitlab also provide native support for configuring let’s encrypt SSL certificates. Step 2 – Configure Gitlab #Įdit the Gitlab configuration file /etc/gitlab/gitlab.rb and update the external_url to a valid domain or subdomain name to use for accessing Gitlab. The installer will install and configure all the required services like Nginx, Redis, Gitlab and many more. Wait for a few minutes to complete the installation process. Press ‘y’ for any confirmation prompted by the installer. Make sure to change EXTERNAL_URL with the domain name you want to access Gitlab. Next is to install Gitlab on Debian system using Apt command.

The above command will create apt configuration file (/etc/apt//gitlab_gitlab-ce.list) in your system. Open a terminal and execute following command: As well as install some required dependencies to your system. The Gitlab official team provides a shell script to configure Apt repository on your system. Open a shell on your server and upgrade the current packages to the latest version.Īlso, install some required packages for installing Gitlab on Debian systems. Prerequisites #Ī running Debian 10 system with with a sudo privileged account. You are going to install Gitlab community edition using this tutorial. This tutorial will describe you to how to install Gitlab on Debian 10 Buster Linux system. The enterprise edition provides more features but required a paid license. It provides large number of features required for small to large scale companies. The Community edition of Gitlab is available free for use on development and production environment.
