gitlab 搭建
Posted orpheus89
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gitlab 搭建相关的知识,希望对你有一定的参考价值。
sudo yum install curl openssh-server
sudo systemctl enable sshd
sudo systemctl start sshd
sudo yum install postfix
sudo systemctl enable postfix
sudo systemctl start postfix
sudo firewall-cmd --permanent --add-service=http
sudo systemctl reload firewalld
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
sudo yum install gitlab-ce
sudo gitlab-ctl reconfigure
访问http://xx.xx.xx.xx/,注册用户配置group和project即可
以上是关于gitlab 搭建的主要内容,如果未能解决你的问题,请参考以下文章