```
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
````
本文共 217 字,大约阅读时间需要 1 分钟。
```
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