gitlab
This commit is contained in:
parent
0d86ba50c0
commit
e829f81848
13
git/install_gitlab.md
Normal file
13
git/install_gitlab.md
Normal 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
1
ubuntu/install_nginx.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# install nginx on ubuntu 14.04
|
||||||
Loading…
x
Reference in New Issue
Block a user