GitLab安装
Gitlab下载地址:
国外:gitlab/gitlab-ce - Packages · packages.gitlab.com
国内清华镜像:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/
- 关闭centos的防火墙,并设置不在开机启动
systemctl stop firewalld.service
systemctl disable firewalld.service
- 安装依赖软件openssh(ssh协议的服务端和客户端)
yum install -y curl policycoreutils-python openssh-server cronie