Centos7 安装GitLab

安装环境:

虚拟机:Centos7 最小安装 4核8G

下载GitLab

本次实验下载的是 gitlab-ce-14.1.0-ce.0.el7.x86_64.rpm
官网截图

清华源截图

安装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

相关推荐

  1. centos7.5 安装gitlab-ce (Omnibus)

    2024-04-08 13:34:03       15 阅读
  2. CentOS 7.x 使用 RPM 包安装 Gitlab

    2024-04-08 13:34:03       25 阅读
  3. CentOS安装gitlab

    2024-04-08 13:34:03       40 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-04-08 13:34:03       16 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-04-08 13:34:03       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-04-08 13:34:03       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-04-08 13:34:03       18 阅读

热门阅读

  1. 利用hdfs gateway挂载NFS到本地

    2024-04-08 13:34:03       10 阅读
  2. GitOps是DevOps的下一个风口吗?

    2024-04-08 13:34:03       13 阅读
  3. FDA 上市库 Mini | 药物筛选 | MCE

    2024-04-08 13:34:03       14 阅读
  4. HyperBus协议--HyperFLASH中Program Suspend 功能的理解

    2024-04-08 13:34:03       11 阅读
  5. 3.9 Python格式化字符串

    2024-04-08 13:34:03       9 阅读
  6. 蓝桥杯练习题 —— 圆的面积(python)

    2024-04-08 13:34:03       11 阅读
  7. abc348 D~F题解

    2024-04-08 13:34:03       13 阅读
  8. wpf Validation.ErrorTemplate

    2024-04-08 13:34:03       10 阅读
  9. 什么是存储服务器?

    2024-04-08 13:34:03       10 阅读
  10. 人机协同会带来基础领域的新的科技革命

    2024-04-08 13:34:03       8 阅读