Created
September 27, 2022 15:12
-
-
Save Vinetos/644e2bfec812f95c9f806eb5d6e6b0e3 to your computer and use it in GitHub Desktop.
Install Gitlab EE on Ubuntu 22.04
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
sudo apt-get update | |
sudo apt-get upgrade -y | |
sudo apt-get install -y curl openssh-server ca-certificates tzdata perl | |
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash | |
sudo EXTERNAL_URL="https://gitlab.mineofwar.com" apt-get install gitlab-ee |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment