smith88 发表于 2018-9-19 10:54:19

centos6.7 安装gitlab

  其实整个步骤都很简单,但是由于程序比较臃肿,对系统有一定要求,内存最好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


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