13 lines
399 B
Markdown
Executable File
13 lines
399 B
Markdown
Executable File
# 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 -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
|
|
``` |