Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created October 30, 2018 14:25
Show Gist options
  • Save jhowbhz/6f439f356ad16828568a33fe756e6ae8 to your computer and use it in GitHub Desktop.
Save jhowbhz/6f439f356ad16828568a33fe756e6ae8 to your computer and use it in GitHub Desktop.
GitLab
Step 1 — Installing the Dependencies
sudo apt update
sudo apt install ca-certificates curl openssh-server postfix
Step 2 — Installing GitLab
cd /tmp
curl -LO https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh
sudo bash /tmp/script.deb.sh
sudo apt install gitlab-ce
Mais detalhes
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-gitlab-on-ubuntu-18-04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment