码迷,mamicode.com
首页 > 其他好文 > 详细

Gitlab 安装配置

时间:2016-10-23 23:13:11      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:style   down   官网   内网   github   tor   ice   curl   osi   

 

Gitlab 很好的替代Github,可以安装到公司的内网服务器 进行管理 ,可以分布式的管理,集中的管理

下面介绍安装这个软件的步骤 

 

其实安装很简单的  按照官网可以安装 

 

软件安装

 

安装相应的依赖包

# yum install curl openssh-server openssh-clients postfix cronie
#service postfix start
#chkconfig postfix on
#lokkit -s http -s ssh

postfix:可以发送邮件

 

添加gitlab服务安装包

#curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
#yum install gitlab-ce

 

rpm安装gitlab

#curl -LJO https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/6/gitlab-ce-XXX.rpm/download
#rpm -i gitlab-ce-XXX.rpm

 

Gitlab 安装配置

标签:style   down   官网   内网   github   tor   ice   curl   osi   

原文地址:http://www.cnblogs.com/yexiaochong/p/5991315.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!