mynote/git/install_gitlab.md
2017-06-06 17:01:27 +08:00

399 B

install gitlab-ce

install

$ 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_9.2.2-ce.0_amd64.deb
$ sudo gitlab-ctl reconfigure