安装环境:
虚拟机:Centos7 最小安装 4核8G
下载GitLab
本次实验下载的是 gitlab-ce-14.1.0-ce.0.el7.x86_64.rpm
官网截图
清华源截图
- 安装包下载地址(官网;下载CE版本,EE是收费版本):https://packages.gitlab.com/gitlab/gitlab-ce
- 国内镜像源下载地址(清华源):https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/
安装GitLab
安装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