当前位置:   article > 正文

GitLab安装及使用_gitlab was unable to detect a valid hostname for y

gitlab was unable to detect a valid hostname for your instance. please confi

一、GitLab简介
1)、GitLab是一个用于仓库管理系统的开源项目,使用Git作为代码管理工具,并在此基础上搭建起来的web服务。基础功能免费,高级功能收费
二、GitLab的安装
基础环境准备

IP hostname
192.168.47.126 server

关闭防火墙
systemctl stop firewalld
systemctl status firewalld
systemctl disable firewalld
安装步骤
1.安装依赖包

[root@server ~]# yum install -y curl policycoreutils-python openssh-server
  • 1

2.上传GitLab源码包并安装

[root@server ~]# cd /usr/local/src/
[root@server src]# ll
total 380624
-rw-r--r--. 1 root root 389758391 Mar 18  2020 gitlab-ce-10.2.2-ce.0.el7.x86_64.rpm
[root@server src]#  rpm -ivh gitlab-ce-10.2.2-ce.0.el7.x86_64.rpm 
warning: gitlab-ce-10.2.2-ce.0.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID f27eab47: NOKEY
Preparing...                                                        ################################# [100%]
Updating / installing...
   1:gitlab-ce-10.2.2-ce.0.el7                                      ################################# [100%]
It looks like GitLab has not been configured yet; skipping the upgrade script.

       *.                  *.
      ***                 ***
     *****               *****
    .******             *******
    ********            ********
   ,,,,,,,,,***********,,,,,,,,
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/660307
推荐阅读
相关标签
  

闽ICP备14008679号