标签: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
标签:http deb bsp tps com read apt post 组件
原文地址:http://www.cnblogs.com/hustdc/p/7835106.html