gitlab仓库服务器搭建

```

curl -sS http://packages.gitlab.cc/install/gitlab-ce/script.rpm.sh | sudo bash

sudo yum install gitlab-ce

sudo gitlab-ctl reconfigure

systemctl stop firewalld

````

原文地址:https://www.cnblogs.com/jiftle/p/7090329.html