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

私有gitlab部署

时间:2016-09-07 06:51:52      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

1.官网

https://about.gitlab.com/

https://www.sourcetreeapp.com/

2.安装gitlab

yum install curl openssh-server openssh-clients postfix cronie
rpm -ivh gitlab-ce-7.12.2~conibus......rpm
gitlab-ctl reconfigure
/etc/init.d/postfix start
chkconfig postfix on

4.查看状态

gitlab-ctl status
gitlab-ctl start/stop/restart
gitlab-ctl tail nginx # 查看日志
gitlab-ctl tail postgresql

6.gitlab安装目录

cd /opt/gitlab/etc/
cp gitlab.rb.template gitlab.rb
gitlab-ctl restart

 

7.

8.

9.

10.

 

私有gitlab部署

标签:

原文地址:http://www.cnblogs.com/sunmmi/p/5847785.html

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