Skip to content

Instantly share code, notes, and snippets.

@Vinetos
Created September 27, 2022 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vinetos/644e2bfec812f95c9f806eb5d6e6b0e3 to your computer and use it in GitHub Desktop.
Save Vinetos/644e2bfec812f95c9f806eb5d6e6b0e3 to your computer and use it in GitHub Desktop.
Install Gitlab EE on Ubuntu 22.04
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