mynote/git/install_gitlab.md
2017-06-05 22:01:46 +08:00

13 lines
368 B
Markdown

# install gitlab-ce
- sysytem: ubuntu 14.04 x64
- refering: https://www.gitlab.com.cn/downloads/#ubuntu1404
## 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
$ sudo gitlab-ctl reconfigure
```