Created
October 30, 2018 14:25
-
-
Save jhowbhz/6f439f356ad16828568a33fe756e6ae8 to your computer and use it in GitHub Desktop.
GitLab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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