Skip to content

Instantly share code, notes, and snippets.

@simone-sanfratello
Last active January 15, 2017 02:38
Show Gist options
  • Save simone-sanfratello/ffd58ff8dbee9884aa336c1814e6c30d to your computer and use it in GitHub Desktop.
Save simone-sanfratello/ffd58ff8dbee9884aa336c1814e6c30d to your computer and use it in GitHub Desktop.
Setup gitlab on Debian 8.x / Ubuntu 14.x / Ubuntu 16.x

gitlab on Debian 8.x / Ubuntu 14.x 16.x

cd /usr/src
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo apt-get install gitlab-ce
sudo gitlab-ctl reconfigure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment