In this demo, I’ll take you through how to install GitLab on Ubuntu 20.04. so you can create your own LAB environment.
Subscribe To Me On YouTube: https://bit.ly/lon_sub
I’ll cover the following:
• Real-time demo of the installation process
• I’ll cover all the pre-requisites
• Once installed, I’ll log in and take a quick look around
My environment:
• Installing on a server built in AWS.
• T2.medium (2xcpu 4GB memory)
• AMI: i-0d4727b98152bc7da
• All commands will be added to the description of the video
Official Documentation:
https://about.gitlab.com/install/#ubuntu
Don’t forget to subscribe and let me know what you’d like me to cover.
----
COMMANDS:
sudo apt update -yq
sudo DEBIAN_FRONTEND=noninteractive apt upgrade -yq
sudo apt install curl openssh-server ca-certificates perl tzdata -yq
echo "postfix postfix/mailname string example.com" | sudo debconf-set-selections
echo "postfix postfix/main_mailer_type string 'Internet Site'" | sudo debconf-set-selections
sudo apt-get install -y postfix
curl https://packages.gitlab.com/install/r... | sudo bash
export IP=`curl -s http://169.254.169.254/latest/meta-data/public-ipv4`
echo $IP
sudo EXTERNAL_URL="http://"$IP apt-get install gitlab-ce
Смотрите видео How to install GitLab on Ubuntu 20 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь LondonIAC / Dennis McCarthy / Automation Engineer 03 Июнь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 5,46 раз и оно понравилось 3 людям.