标签:
一、Centos 6 + gitlib5
安装步骤:
1. 安装ruby依赖包
2.rvm 使用淘宝源
3.gem 使用 taobao ruby
4.安装git
5.clone gitlab-shell 编辑配置
6.安装redis , mysql
7.配置mysql
8.安装 gitlab 编辑配置
9.安装httpd
10.启动gitlab ,httpd
密码问题http://stackoverflow.com/questions/14492308/gitlab-login-error-invalid-email-or-password
参考脚本:
https://github.com/shake/gitlab-installer/blob/master/gitlab5.4_install_Centos6.4
二、ubuantu12 + gitlab
官方脚本:https://about.gitlab.com/downloads/#ubuntu1204
标签:
原文地址:http://www.cnblogs.com/tintindeng/p/4810461.html