Q & A

Vreau sa  instalez GitLab CE (Community Edition)  pe CentOS 7

  • GNU/Linux.ro
  • 5 years ago
yum install curl postfix policycoreutils-python openssh-server
systemctl start postfix
systemctl enable postfix

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