Skip to content

Instantly share code, notes, and snippets.

@afahitech
Created January 25, 2021 16:24
Show Gist options
  • Save afahitech/0ed979ef60f12d465b6d1ee582ddb137 to your computer and use it in GitHub Desktop.
Save afahitech/0ed979ef60f12d465b6d1ee582ddb137 to your computer and use it in GitHub Desktop.
Install Gitlab on Ubuntu 20.04 LTS
If you need GitLab installation help, contact with me:
Skype: aataur1
Telegram: @AutoDevOps
WhatsApp: +8801751643484
Email: afahitech@gmail.com
======================================
# Update
sudo apt update
sudo apt upgrade -y
# Configure & Add
sudo apt install -y ca-certificates curl openssh-server
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
sudo apt update
sudo apt -y install gitlab-ce
sudo nano /etc/gitlab/gitlab.rb
http://gitlab.example.com
#GitLab #GitlabInstall #GitlabSetup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment