小的修正
This commit is contained in:
@ -198,7 +198,7 @@ sock 文件权限改为777是因为redis是手工安装,并不是以redis用
|
|||||||
$ cd /home/git
|
$ cd /home/git
|
||||||
$ git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
|
$ git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
|
||||||
$ cd gitlab-workhorse
|
$ cd gitlab-workhorse
|
||||||
$ git checkout 0.6.5
|
$ git checkout 0.7.0
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
# 安装数据库
|
# 安装数据库
|
||||||
|
|||||||
@ -3,3 +3,7 @@
|
|||||||
[在 CentOS 上安装 Gitlab 7](./Gitlab7.CentOS.md "./Gitlab7.CentOS.md")
|
[在 CentOS 上安装 Gitlab 7](./Gitlab7.CentOS.md "./Gitlab7.CentOS.md")
|
||||||
|
|
||||||
[在 CentOS 上安装 Gitlab 8](./Gitlab8.CentOS.md "./Gitlab8.CentOS.md")
|
[在 CentOS 上安装 Gitlab 8](./Gitlab8.CentOS.md "./Gitlab8.CentOS.md")
|
||||||
|
|
||||||
|
# 为什么还要安装 Gitlab 7
|
||||||
|
|
||||||
|
Gitlab 7 版本内存占用低,实测 Unicorn 配置的 worker 数量为1时,可以运行在 512M 内存 + 64M SWAP 的主机上。
|
||||||
|
|||||||
Reference in New Issue
Block a user