一:what's gitlab
GitLab 是一个使用Ruby语言写成,用于仓库管理系统的开源项目,使用Git作为代码管理工具,并在此基础上搭建起来的Web服务。
二:How to install gitlab
1.安装依赖环境
yum install -y curl policycoreutils-python openssh-server perl postfix
systemctl start postfix
systemctl enable postfix
2.配置gitlab镜像源
cat >/etc/yum.repos.d/gitlab.repo<<EOF
[gitlab]
name=gitlab
baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/
enabled=1
gpgcheck=0
EOF
生成yum缓存