转载:centos安装gitlab详解

Posted 高江涛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转载:centos安装gitlab详解相关的知识,希望对你有一定的参考价值。

一, 服务器快速搭建gitlab方法

可以参考gitlab中文社区 的教程
centos7安装gitlab:https://www.gitlab.cc/downloads/#centos7
centos6安装gitlab:https://www.gitlab.cc/downloads/#centos6
如下方法按照官网来操作,手工安装过于麻烦。当前测试平台为小鸟云的三个月centos 7测试机.
1. 安装配置依赖项

如想使用Postfix来发送邮件,在安装期间请选择’Internet Site’. 您也可以用sendmai或者 配置SMTP服务 并 使用SMTP发送邮件.
在 Centos 6 和 7 系统上, 下面的命令将在系统防火墙里面开放HTTP和SSH端口. 

  
  1. sudo yum install curl policycoreutils openssh-server openssh-clients
  2. sudo systemctl enable sshd
  3. sudo systemctl start sshd
  4. sudo yum install postfix
  5. sudo systemctl enable postfix
  6. sudo systemctl start postfix
  7. sudo firewall-cmd --permanent --add-service=http
  8. sudo systemctl reload firewalld

以上是关于转载:centos安装gitlab详解的主要内容,如果未能解决你的问题,请参考以下文章

版本管理 GitLab 的安装及管理 (CentOS 7)

centos 安装giblab

centos 7 配置git server 详解

CentOS 7.6 搭建Gitlab教程

gitlab系列详解

centos 7部署并汉化Gitlab及基础操作