首页 > 代码库 > gitlab仓库服务器搭建

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

````

gitlab仓库服务器搭建