This commit is contained in:
light 2017-06-05 22:01:46 +08:00
parent 0d86ba50c0
commit e829f81848
2 changed files with 14 additions and 0 deletions

13
git/install_gitlab.md Normal file
View File

@ -0,0 +1,13 @@
# 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
```

1
ubuntu/install_nginx.md Normal file
View File

@ -0,0 +1 @@
# install nginx on ubuntu 14.04