

Next is to install Gitlab on Ubuntu system using apt command: sudo apt install gitlab-ce The above command will create apt configuration file (/etc/apt//gitlab_gitlab-ce.list) in your system. Open a terminal and execute following command: curl -s | sudo bash 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.

sudo apt install -y vim curl ca-certificates apt-transport-https Step 1 – Install Gitlab on Ubuntu 20.04 sudo apt update & sudo apt upgradeĪlso, install some required packages for installing Gitlab on Ubuntu systems. Then upgrade the current packages to the latest version. Login to your Ubuntu 20.04 system with sudo privileged account. You are going to install Gitlab community edition using this tutorial.

This tutorial will help you to install Gitlab on Ubuntu 20.04 LTS Linux system. The enterprise edition provides more features but required a paid license. It provides a large number of features required for small to large-scale companies. The Community edition of Gitlab is available free for use in the development and production environment.
