Skip to content

Instantly share code, notes, and snippets.

@LinuxIntellect
Created December 22, 2021 17:23
Show Gist options
  • Save LinuxIntellect/32127fb5b30caa95adcf20a8389c64c4 to your computer and use it in GitHub Desktop.
Save LinuxIntellect/32127fb5b30caa95adcf20a8389c64c4 to your computer and use it in GitHub Desktop.
I will Install Gitlab on Ubuntu 20.04
# If you need to install GitLab: The DevOps tool on your ubuntu then contact with me:
# Skype: zobaer.ahmed5
# BiP: +8801818264577
# Whatsapp: +8801818 264577
# Telegram: +8801818 264577
# Viber: +8801818264577
# Signal: +8801818264577
# Email: linuxintellect@gmail.com
# https://www.linkedin.com/in/linuxintellect
# Youtube Video:
############################################################################################################################
# Step 1: Update System
sudo apt update
sudo apt -y full-upgrade
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo apt install software-properties-common
sudo apt upgrade -o APT::Get::Show-Upgraded=true
sudo apt-show-versions | grep upgradeable
sudo apt install apt-show-versions
sudo apt update -y
sudo apt-get upgrade -y
sudo reboot
## Step 2 - Configuring the Firewall
sudo ufw enable
# Run the following ufw commands to open these ports:
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo apt-get install gitlab-cc
@LinuxIntellect
Copy link
Author

Screenshot from 2021-12-15 00-34-42
Screenshot from 2021-12-15 00-44-03
Screenshot from 2021-12-15 00-44-21
Screenshot from 2021-12-15 00-44-47
Screenshot from 2021-12-15 00-45-13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment