gitlab-ce 安装
参考链家:
https://packages.gitlab.com/gitlab/gitlab-ce
# 下载安装
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
sudo yum install gitlab-ce-13.9.1-ce.0.el7.x86_64
# 初始化
gitlab-ctl reconfigure
# 启动
gitlab-ctl start
# 停止
gitlab-ctl stop
# 重启
gitlab-ctl restart
浏览器访问 http://192.168.21.69