Install GitLab on Ubuntu 16.04 February 4, 2017 sudo apt-get install curl openssh-server ca-certificates postfix curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash sudo apt-get install gitlab-ce sudo gitlab-ctl reconfigure References https://about.gitlab.com/downloads/#ubuntu1604 Related