Setting up Gitlab from scratch on centos 7

From Define Wiki
Jump to navigation Jump to search

Install prerequisites

Install the following packages before we start

yum -y install curl policycoreutils openssh-server openssh-clients postfix
systemctl enable postfix
systemctl start postfix

Install gitlab

curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash