We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df9029 commit 6663930Copy full SHA for 6663930
Gitlab-Install-And-Settings.md
@@ -45,18 +45,17 @@ gitlab-postgresql:
45
- 启动:`docker-compose up -d`
46
- 浏览器访问:<http://192.168.0.105:10080>
47
48
+## Gitlab 高可用方案(High Availability)
49
-## 本文前提
50
+- 官网:<https://about.gitlab.com/high-availability/>
51
+- 本质就是把文件、缓存、数据库抽离出来,然后部署多个 Gitlab 用 nginx 前面做负载。
52
-- 本文只讲解 Gitlab 的搭建配置相关,至于开发流程本质跟 Github 没啥区别的,所以读这篇文章建议最好是已经会了 Github 那种开发流程。
53
-## 测试机子硬件最低建议
54
-
55
-- CPU:1 core
56
-- 内存:2G
57
58
-## 安装
+## 原始安装方式
59
+- 环境:
+ - CPU:1 core
+ - 内存:2G
60
- 我习惯使用 root 用户
61
- 有开源版本和收费版本,各版本比较:<https://about.gitlab.com/products/>
62
- 官网:<https://about.gitlab.com/>
0 commit comments