首页 > 其他 > 详细

Centos 6.5安装Gitlab版本管理

时间:2016-02-19 10:52:10      阅读:309      评论:0      收藏:0      [点我收藏+]

参考文档:https://about.gitlab.com/downloads/#centos6


1.安装Postfix和openssh软件

[root@node1 ~]# yum install curl openssh-server openssh-clients postfix cronie
[root@node1 ~]# service postfix start
[root@node1 ~]# chkconfig postfix on
[root@node1 ~]# lokkit -s http -s ssh

2.安装Gitlab服务和包

[root@node1 ~]# curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
[root@node1 ~]# yum install gitlab-ce
[root@node1 ~]# curl -LJO https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/6/gitlab-ce-XXX.rpm/download
[root@node1 ~]# rpm -i gitlab-ce-XXX.rpm

3.启动Gitlab服务
[root@node1 ~]# gitlab-ctl reconfigure

4.打开首页
http://IP/profile
Username: root
Password: 5iveL!fe

技术分享

本文出自 “一起走过的日子” 博客,请务必保留此出处http://tongcheng.blog.51cto.com/6214144/1743200

Centos 6.5安装Gitlab版本管理

原文:http://tongcheng.blog.51cto.com/6214144/1743200

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