In this video, I'll cover how to install and configure GitLab on server Ubuntu 18.04 using google cloud Platform
#how to install and configure GitLab on server Ubuntu
#gitlab
#DevOps
Gitlab is one of DevOps tools
------------------
GitLab hardware requirements using a server with:
2 cores
4GB of RAM
40GB SSD/HDD
------------------
Here I'm using Ubuntu 18.04
--------------------
--------------------
Manual Let's start:--
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt install ca-certificates curl openssh-server postfix
###Installing GitLab###
cd /tmp
curl -LO https://packages.gitlab.com/install/r...
less /tmp/script.deb.sh
sudo bash /tmp/script.deb.sh
sudo apt install gitlab-ce
###Editing the GitLab Configuration File##
sudo vim /etc/gitlab/gitlab.rb
##[##! For more details on configuring external_url see:
##[##! https://docs.gitlab.com/omnibus/setti...
##[external_url 'https://own server ip address']
sudo gitlab-ctl reconfigure
If my video is helpful to you then please subscribe & Like my channel
#Thank you for watching Technical Skills Linux