gitlab的安装和配置

Posted phoenix tree

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gitlab的安装和配置相关的知识,希望对你有一定的参考价值。

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的安装和配置的主要内容,如果未能解决你的问题,请参考以下文章

gitlab 安装和配置

GitLab 安装配置和维护

GitLab安装和配置(Docker)

GitLab安装和配置(Docker)

GitLab安装和配置(Docker)

GitLab安装和配置(Docker)