其实整个步骤都很简单,但是由于程序比较臃肿,对系统有一定要求,内存最好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
本文转自wks9751CTO博客,原文链接:http://blog.51cto.com/wks97/1736588 ,如需转载请自行联系原作者