搭建GitLab(三):最终篇

目录

一、创建一台centos7虚拟机,并完成相关配置(请把虚拟机内存调至3g及以上,否则安装过程中容易失败)

二、搭建GitLab环境:https://about.gitlab.com/install/  (安装说明)

1、Install and configure the necessary dependencies(不一定要和我一致,具体根据当下的GitLab的安装说明)

    1.第一小步:

    2.第二小步:

2、Add the GitLab package repository and install the package(建议离线安装):https://packages.gitlab.com/gitlab/gitlab-ce

    1.把rpm文件放入opt文件夹之下吗,并离线安装:

    2.EXTERNAL_URL="http://centos7的IP"  例如:EXTERNAL_URL="http://192.168.2.128"

    3.gitlab-ctl reconfigure(此过程非常慢,不用点击回车,耐心等待即可,大约需要10分钟,此处虚拟机内存至少需要3g)

三、启动/关闭:(3、4两步在以后访问gitLab时需要再次输入)   

四、关闭防火墙:

1、关闭centos7:systemctl stop firewalld

2、关闭Windows防火墙:

五、在物理机浏览器输入centos7ip地址:例如 192.168.2.128

六、如果按照我的设置,报502错误,请把centos的虚拟机内存调高(本人虚拟机内存设置3g,才可以带动gitlab)


一、创建一台centos7虚拟机,并完成相关配置

  1. 开启虚拟机之前,请把内存调至3g及以上,安装过程不能调内存大小,安装过程中如果内存太小,容易失败;

  2. 本文所有命令在SecureCRT软件下输入,该软件如何操作centos请自行百度(或等我把该方法放出)

 

二、搭建GitLab环境:https://about.gitlab.com/install/  (安装说明)

1、Install and configure the necessary dependencies(不一定要和我一致,具体根据当下的GitLab的安装说明)

    1.第一小步:

            yum install -y curl policycoreutils-python openssh-server perl

            systemctl enable sshd

            systemctl start sshd

            firewall-cmd --permanent --add-service=http

            firewall-cmd --permanent --add-service=https

            systemctl reload firewalld

    2.第二小步:

            yum install postfix

            systemctl enable postfix

            systemctl start postfix

2、Add the GitLab package repository and install the package(建议离线安装):https://packages.gitlab.com/gitlab/gitlab-ce

 

 

 

    1.把rpm文件放入opt文件夹之下吗,并离线安装:

            进入opt文件:cd /opt

            将rpm文件拖到SecureCRT,点击弹框里的send zmodem即可(使用之前需要安装插件,输入命令即可:yum install lrzsz

            rpm -ivh gitlab-ce-13.11.4-ce.0.el7.x86_64.rpm(根据自己下的版本修改)

    2.EXTERNAL_URL="http://centos7的IP"  例如:EXTERNAL_URL="http://192.168.2.128"

 

    3.gitlab-ctl reconfigure(此过程非常慢,不用点击回车,耐心等待即可,大约需要10分钟,此处虚拟机内存至少需要3g)

三、启动/关闭:(3、4两步在以后访问gitLab时需要再次输入)   

        启动:gitlab-ctl start

        关闭:gitlab-ctl stop(搭建GitLab过程中,此命令不需要输入,知道即可)

四、关闭防火墙:

1、关闭centos7:systemctl stop firewalld

2、关闭Windows防火墙:

五、在物理机浏览器输入centos7ip地址:例如 192.168.2.128

六、如果按照我的设置,报502错误,请把centos的虚拟机内存调高(本人虚拟机内存设置3g,才可以带动gitlab)

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值