


Output of above curl command would be something like below:ģ) Install GitLab CE package using apt command Run the below curl command, which will download the gitlab-ce script and will configure package repository :~$ curl -sS | sudo bash 2) Setup GitLab CE package repository via script

:~$ sudo apt install curl openssh-server ca-certificates postfix -yĪbove command will prompt you how you want to configure Postfix sever, select the option which suits to your environment. Login to your Ubuntu 16.04 / 18.04 server and run the following apt commands to install gitlab dependencies, :~$ sudo apt update
