首页 > 其他 > 详细

centos6.7 安装gitlab

时间:2016-01-20 06:29:42      阅读:119      评论:0      收藏:0      [点我收藏+]

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

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

默认账号密码:

Username: root 
Password: 5iveL!fe

有兴趣的话可以自己看下官方文档

https://about.gitlab.com/downloads/#centos6

centos6.7 安装gitlab

原文:http://wks97.blog.51cto.com/2139464/1736588

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!