gitlab社区版安装

Centos7安装gitlab

1.安装yum源

curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash

2.更新yum缓存

yum makecache

3.安装gitlab-ce

yum install -y gitlab-ce

4.初始化配置

gitlab-ctl reconfigure

5.访问

根据ip可以访问,可根据需求更改ip为域名....后续~

原文地址:https://www.cnblogs.com/jiaqili/p/14215099.html