Linux搭建GitLab

  1. 先查看系统Linux版本,命令:

cat /etc/redhat-release

建议使用CentOS Linux release 7系统

  1. 使用一键安装Gitlab脚本,命令:

curl -fsSL https://raw.githubusercontent.com/aqzt/kjyw/master/git/gitlab_install.sh | sed 's/\r//g' | sh

3.启动GitLab,命令:

gitlab-ctl reconfigure

4.停止命令:

gitlab-ctl stop

5.启动命令:

gitlab-ctl start

你可能感兴趣的:(Linux搭建GitLab)