CentOS6.7安装GitLab

前端之家收集整理的这篇文章主要介绍了CentOS6.7安装GitLab前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1 建议安装epel源

2 建议从国内清华大学yum源安装

repo文件

[gitlab-ce]

name=gitlab-ce

baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/

repo_gpgcheck=0

gpgcheck=0

enabled=1

gpgkey=https://packages.gitlab.com/gpg.key


3 安装GitLab

yum install gitlab-ce


4 启动GitLab

gitlab-ctl reconfigure


5 访问站点

http://IP_address


6 首次登陆需修改root密码

原文链接:/centos/380002.html

猜你在找的CentOS相关文章