From e829f81848139b8bda44062f58bfffa54885e856 Mon Sep 17 00:00:00 2001 From: light <1870499383@qq.com> Date: Mon, 5 Jun 2017 22:01:46 +0800 Subject: [PATCH] gitlab --- git/install_gitlab.md | 13 +++++++++++++ ubuntu/install_nginx.md | 1 + 2 files changed, 14 insertions(+) create mode 100644 git/install_gitlab.md create mode 100644 ubuntu/install_nginx.md diff --git a/git/install_gitlab.md b/git/install_gitlab.md new file mode 100644 index 0000000..ec7bd88 --- /dev/null +++ b/git/install_gitlab.md @@ -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 +``` \ No newline at end of file diff --git a/ubuntu/install_nginx.md b/ubuntu/install_nginx.md new file mode 100644 index 0000000..0f17f3e --- /dev/null +++ b/ubuntu/install_nginx.md @@ -0,0 +1 @@ +# install nginx on ubuntu 14.04 \ No newline at end of file