小的修正

This commit is contained in:
2016-03-19 16:09:18 +08:00
parent 491625323a
commit 61fe66c6cb
2 changed files with 5 additions and 1 deletions

View File

@ -198,7 +198,7 @@ sock 文件权限改为777是因为redis是手工安装并不是以redis用
$ cd /home/git
$ git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
$ cd gitlab-workhorse
$ git checkout 0.6.5
$ git checkout 0.7.0
$ make
# 安装数据库

View File

@ -3,3 +3,7 @@
[在 CentOS 上安装 Gitlab 7](./Gitlab7.CentOS.md "./Gitlab7.CentOS.md")
[在 CentOS 上安装 Gitlab 8](./Gitlab8.CentOS.md "./Gitlab8.CentOS.md")
# 为什么还要安装 Gitlab 7
Gitlab 7 版本内存占用低,实测 Unicorn 配置的 worker 数量为1时可以运行在 512M 内存 + 64M SWAP 的主机上。