Skip to content

Instantly share code, notes, and snippets.

@dev-gwang
Created January 30, 2022 16:54
Show Gist options
  • Save dev-gwang/4e4d8bd6167bc2094ea2aa30b1bec24f to your computer and use it in GitHub Desktop.
Save dev-gwang/4e4d8bd6167bc2094ea2aa30b1bec24f to your computer and use it in GitHub Desktop.
github el7 install script
IP="<Your IP or hostname>"
HTTPS_OR_HTTP="http"
sudo yum update -y
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
EXTERNAL_URL="${HTTPS_OR_HTTP}://${IP}" yum install -y gitlab-ce-14.7.0-ce.0.el7.x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment