欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

在CentOS7上安装Gitlab-CE社区版

程序员文章站 2022-06-03 23:46:26
...

1、配置Gitlib-CE源

#创建gitlab-ce.repo源文件
vim /etc/yum.repos.d/gitlab-ce.repo
#复制内容
[gitlab-ce]
name=Gitlab CE Repository
baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el$releasever/
gpgcheck=0
enabled=1

2、安装Gitlib-CE

#更新本地缓存
yum makecache
#安装gitlib-ce
yum install gitlab-ce -y

3、修改配置文件

vim  /etc/gitlab/gitlab.rb
#改为访问地址为本机IP
external_url 'http://192.168.25.100'

4、安装配置

gitlab-ctl reconfigure

5、按上面配置文件中配置的地址,在浏览器中访问Gitlib-CE

在CentOS7上安装Gitlab-CE社区版

第一次打开Gitlib,配置超级管理员root的密码,密码要求

  • Password is too short (minimum is 8 characters)