安装gitlab

1:官网太慢,使用清华镜像安装

curl -LJO https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-9.2.2-ce.0.el7.x86_64.rpm

rpm -i gitlab-ce-9.2.2-ce.0.el7.x86_64.rpm

sudo gitlab-ctl reconfigure

 查看80 8080等端口是否被占用 netstat -anop |grep 80 8080

三、日常管理

gitlab-ctl start|stop|status|restart

原文地址:https://www.cnblogs.com/panzulong/p/6956088.html