```
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
````
gitlab仓库服务器搭建
原文:http://www.cnblogs.com/jiftle/p/7090329.html