CentOS 离线安装Gitlab-ce

Posted jinanxiaolaohu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 离线安装Gitlab-ce相关的知识,希望对你有一定的参考价值。

1. 上gtilab的官网,找了一下安装说明..

    首先安装 依赖的包

sudo yum install -y curl policycoreutils-python openssh-server cronie

2. 离线安装gitlab-ce的包 个头比较大 比较考验网速..

下载地址. 国内的

ubuntu 路径
https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu/pool/xenial/main/g/gitlab-ce/ 20180125最新的安装文件 deb包 https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu/pool/xenial/main/g/gitlab-ce/gitlab-ce_10.4.0-ce.0_amd64.deb CentOS清华大学的下载路径 https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/ 20180125的最新的rpm的安装文件 https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-10.4.0-ce.0.el7.x86_64.rpm

3. 离线安装命令

   下载安装完成之后通过sftp上传到当前目录

   然后执行命令

sudo EXTERNAL_URL="http://10.24.160.42" yum localinstall  gitlab-ce-10.4.0-ce.0.el7.x86_64.rpm

自己改改ip地址即可.

4. 使用浏览器登录

http://10.24.160.42
修改root的密码 登录

我发现我总是只会学会到安装.然后作罢...
得改...

 

以上是关于CentOS 离线安装Gitlab-ce的主要内容,如果未能解决你的问题,请参考以下文章

gitlab安装与应用

CentOS7.2安装GitLab-CE

Centos7 安装部署gitlab-ce

centos7安装gitlab

CentOS7.4安装Gitlab10.5.1及汉化

Centos 7 安装 gitlab 以及汉化