赞
踩
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
yum makecache
yum install gitlab-ce
出现如下界面,表示安装成功
sudo systemctl enable sshd
vim /etc/gitlab/gitlab.rb
gitlab-ctl reconfigure
gitlab-ctl restart
cat /etc/gitlab/initial_root_password
如果出现502错误,稍等一会刷新界面尝试再次访问
至此,gitlab就可以正常使用了!!!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。