2018/10/08

How to install Gitlab 11 on Ubuntu 18.04

apt update
apt install -y curl openssh-server ca-certificates postfix
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
apt install gitlab-ce
Open browser and type http://localhost to open web page
Change your root password and login
enjoy~