安装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

posted @ 2017-06-07 11:18  panzulong  阅读(133)  评论(0)    收藏  举报