赞
踩
虚拟机:Centos7 最小安装 4核8G
本次实验下载的是 gitlab-ce-14.1.0-ce.0.el7.x86_64.rpm
官网截图
清华源截图
安装Postfix用于发送通知邮件,当然也可以使用其他SMTP服务器来发送邮件,本次实验使用Postfix。
yum install -y postfix
安装GitLab
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
yum install gitlab-ce-14.1.0-ce.0.el7.x86_64
将安装程序下载并上传至服务器,在安装程序所在目录执行
rpm -ivh gitlab-ce-14.1.0-ce.0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。