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

gitlab的安装和配置

时间:2017-11-14 23:24:09      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:http   deb   bsp   tps   com   read   apt   post   组件   

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   deb   bsp   tps   com   read   apt   post   组件   

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

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