GitLab Runner安装和部署

介绍

GitLab Runner 是一个用于在 GitLab CI/CD(持续集成/持续交付)流水线中运行作业(Jobs)的开源工具。它充当了 GitLab CI/CD 系统中的代理,负责接收作业请求、执行作业脚本并报告结果。

More »

Gitlab安装和部署-使用yum源

Gitlab Server 部署

1、环境配置

关闭防火墙、SELinux

开启邮件服务

$ systemctl start  postfix
$ systemctl enable postfix

2、手动安装

1、安装 gitlab 依赖包

centos7:

More »