gitlab介绍

2019-08-06  本文已影响0人  大喵哥哥666

gitlab介绍

Gitlab的优势和应用场景

Gitlab主要服务构成

Gitlab的工作流程

Gitlab安装配置管理

  1. 关闭firewalld防火墙
    systemctl stop firewalld
    systemctl disable firewalld
  2. 关闭SELINUX并重启系统
    vi /etc/sysconfig/selinux
    ...
    SELINUX=disabled
    ...
    reboot
  1. 安装Gitlab组件
    yum -y install curl policycoreutils openssh-server openssh-client postfix
  2. 配置YUM仓库
    curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh|sudo bash
  3. 启动psotfix邮件服务
    systemctl start postfix && systemctl enable postfix
  4. 安装Gitlab-ce社区版本
    yum install -y gitlab-ce
  1. 证书创建与配置加载
  2. Nginx SSL代理服务配置
  3. 初始化Gitlab相关服务并完成安装

Gitlab应用

上一篇下一篇

猜你喜欢

热点阅读