江明涛的博客
Centos 7搭建本地Gitlab服务器
Centos 7搭建本地Gitlab服务器

Centos 7搭建本地Gitlab服务器

安装gitlab

添加gitlab镜像 版本为 13.11.3
wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-13.11.3-ce.0.el7.x86_64.rpm
安装gitlab
rpm -i gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm

修改配置文件

vim  /etc/gitlab/gitlab.rb
配置external_url为本机ip: 10000 #指定服务器ip 和端口
配置 git_data_dir “/gitlab/rep” # 修改存储位置
gitlab-ctl reconfigure #重新加载配置

常用命令

gitlab-ctl start #启动
gitlab-ctl reconfigure #重新加载配置
gitlab-ctl restart #重启
gitlab-ctl stop #停止

上次更新时间 13 3 月, 2023 at 09:59 上午