使用GitLab搭建自己的代码管理中心

一、环境搭建
官网:https://about.gitlab.com/install
软件下载(官方下载慢,推荐使用国内镜像站点) :https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/
###软件安装

##解决依赖性
[root@Client Downloads]# yum install -y curl policycoreutils-python openssh-server

##安装gitlab
[root@Client Downloads]# yum install -y gitlab-ce-12.8.5-ce.0.el7.x86_64.rpm

##设置发布主机
[root@Client Downloads]# vim /etc/gitlab/gitlab.rb

##重启服务
[root@Client Downloads]# gitlab-ctl reconfigure

##查看初始化密码
[root@Client Downloads]# cat /etc/gitl

使用GitLab搭建自己的代码管理中心最先出现在Python成神之路

版权声明:
作者:倾城
链接:https://www.techfm.club/p/28077.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>