首页 > 其他 > 详细

gitlab的安装和配置

时间:2017-11-14 23:10:03      阅读:316      评论:0      收藏:0      [点我收藏+]

1 使用omnibus gitlab来安装gitlab

也就是说,将gitlab和它所需要的组件打一个包,即打一个bundle进行安装。

第一步,安装gitlab的源。

curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash

将源改成镜像的源。

apt-get update

第二步,安装

sudo apt-get install gitlab-ce

2 omnibus gitlab-ce bundle的组件

包括:nginx、redis和postgres

3 gitlab的各个配置选项

4 nginx的用途以及各个配置选项

5 redis的用途以及各个配置选项

6 postgres的用途以及各个配置选项

 

参考:

https://docs.gitlab.com/omnibus/settings/configuration.html

https://docs.gitlab.com/omnibus/README.html

https://docs.gitlab.com/omnibus/settings/README.html

 

gitlab的安装和配置

原文:http://www.cnblogs.com/hustdc/p/7835106.html

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