一、 依赖包安装
1、安装policycoreutils-python openssh-server
sudo yum install -y curl policycoreutils-python openssh-server
sudo systemctl enable sshd
sudo systemctl start sshd
2、安装postfix
sudo yum install postfix
sudo systemctl enable postfix
sudo systemctl start postfix
二、 安装GitLab-ce
ce为免费版本,使用tsinghua源安装比较快。
1、tsinghua源下载地址
https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/
2、安装
rpm -ivh gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm
安装输出如下:
warning: gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID f27eab47: NOKEY
Preparing... ################################# [100%]
Updating / installing...
1:gitlab-ce-10.0.0-ce.0.el7 #############################