私有gitlab部署
Posted XY
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了私有gitlab部署相关的知识,希望对你有一定的参考价值。
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部署的主要内容,如果未能解决你的问题,请参考以下文章