Step 1: Install and Configure Required Dependencies
yum install curl policycoreutils-python openssh-server
yum install postfix
systemctl start postfix
systemctl enable postfix
systemctl status postfix
Step 2: Add GitLab Repository and Install Package
curl https://packages.gitlab.com/install/r... | sudo bash
EXTERNAL_URL="http://gitlab.devopshangout.com" yum install -y gitlab-ce
Step 3: Perform Initial Gitlab Setup
http://gitlab.devopshangout.com