jlo86 发表于 2016-1-20 09:16:53

centos6.7 安装gitlab

                      其实整个步骤都很简单,但是由于程序比较臃肿,对系统有一定要求,内存最好2G以上,我的服务器因因为内存不够,直接报错 unicorn反复启动,直接导致gitlab sock 链接错误,现在直接给出 搭建过程

1
2
3
4
5
6
7
yum install curl openssh-server postfix cronie
service postfix start
chkconfig postfix on
lokkit -s http -s ssh
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
yum install gitlab-ce
gitlab-ctl reconfigure




默认账号密码:

1
2
Username: root
Password: 5iveL!fe




有兴趣的话可以自己看下官方文档
https://about.gitlab.com/downloads/#centos6


页: [1]
查看完整版本: centos6.7 安装gitlab