This commit is contained in:
light
2017-06-06 17:01:27 +08:00
parent 6ff974d437
commit 39e9cab6f7
3 changed files with 23 additions and 2 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
## install
``` bash
$ sudo apt-get install curl openssh-server ca-certificates postfix
$ curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
$ sudo apt-get install gitlab-ce
$ curl -LJO https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/ubuntu/pool/trusty/main/g/gitlab-ce/gitlab-ce_9.2.2-ce.0_amd64.deb
$ dpkg -i gitlab-ce_9.2.2-ce.0_amd64.deb
$ sudo gitlab-ctl reconfigure
```