zoukankan      html  css  js  c++  java
  • centos7 安装部署gitlab

    一、下载地址

    1. 安装依赖软件
    yum -y install policycoreutils openssh-server openssh-clients postfix
     
    2.设置postfix开机自启,并启动,postfix支持gitlab发信功能
    systemctl enable postfix && systemctl start postfix
     
    3.下载gitlab安装包,然后安装
    centos 6系统的下载地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6
    centos 7系统的下载地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7
     
    wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm
     
     
    4.重置并启动GitLab
    [root@git ~]# vi /etc/gitlab/gitlab.rb

    [root@git ~]# gitlab-ctl reconfigure

    [root@git ~]# gitlab-ctl restart

     
  • 相关阅读:
    关于串联匹配电阻其作用:
    上下拉电阻
    RS232
    常用硬件介绍
    VGA
    JTAG
    [生活]-理财入门
    [Camera] color shading的产生
    [camere] AWB老算法
    Python基础语法知识
  • 原文地址:https://www.cnblogs.com/zoulixiang/p/9667318.html
Copyright © 2011-2022 走看看