1、首先安装依赖

sudo yum install curl policycoreutils openssh-server openssh-clients -y
sudo yum install postfix
sudo systemctl enable postfix
sudo systemctl start postfix

2、下载gitlab 安装包、安装

curl -LJO https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-XXX.rpm
rpm -i gitlab-ce-XXX.rpm
# 启动
sudo gitlab-ctl reconfigure

注意:这里gitlab 根据自己的需求下载对应版本安装,如果配置比较低,就选择比较低的版本安装

下载链接:清华源

 

相关文章:

  • 2021-08-04
  • 2021-11-15
  • 2021-05-13
  • 2021-07-03
  • 2021-07-05
  • 2021-11-29
  • 2021-07-10
猜你喜欢
  • 2021-05-16
  • 2022-01-22
  • 2021-07-07
  • 2021-11-23
  • 2021-08-03
  • 2022-12-23
相关资源
相似解决方案