大家好,又见面了,我是你们的朋友全栈君。
使用yum安装gitlab
配置yum源,使用yum安装:
yum install gitlab-ce -y #安装太慢,下面使用清华的源:
cat gitlab_gitlab-ce.repo
[gitlab-ce]
name=gitlab-ce
baseurl=http://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7
repo_gpcheck=0
enabled=1
gpgkey=https://packages.gitlab.com/gpg.key
yum install gitlab-ce -y
转载于:https://blog.51cto.com/13460314/2161925
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/107355.html原文链接:https://javaforall.net