This commit is contained in:
light 2017-06-07 00:03:54 +08:00
parent d24a6c105e
commit 12259ae002

View File

@ -7,7 +7,13 @@
## install
``` bash
$ sudo apt-get install curl openssh-server ca-certificates postfix
$ 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-XXX.deb
$ curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
$ sudo apt-get install gitlab-ce
$ sudo gitlab-ctl reconfigure
```