GitLab is open source, simple version control system. GitLab also
have new CICD capabilities to automate your workflow. You can easily
setup GitLab on Ubuntu. Please find below steps for installing GitLab on
Ubuntu.
sudo apt-get install -y curl openssh-server ca-certificates
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash
sudo EXTERNAL_URL="http://your_public_dns_Ec2" apt-get install gitlab-ee
Browse the host name login
http://your_public_dns_Ec2
This should show GitLab home page
Install and configure the necessary dependencies
sudo apt-get updatesudo apt-get install -y curl openssh-server ca-certificates
Add the GitLab package repository and install the package
sudo apt-get install -y postfixcurl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash
sudo EXTERNAL_URL="http://your_public_dns_Ec2" apt-get install gitlab-ee
Browse the host name login
http://your_public_dns_Ec2
This should show GitLab home page
No comments:
Post a Comment