From 5752062c0569451ac6c0dc961be4a44cb9ac521e Mon Sep 17 00:00:00 2001 From: Samurais Date: Tue, 4 Sep 2018 19:14:41 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E9=83=A8=E7=BD=B2=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 部署.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/部署.md b/部署.md index 60c00a0..a2444ce 100644 --- a/部署.md +++ b/部署.md @@ -1 +1,15 @@ -# 部署 \ No newline at end of file +# 部署 + + +## 快速部署 +使用Docker和Docker compose的方式。 + +``` +git clone https://github.com/chatopera/cosin.git +cd cosin +docker-compose up -d +``` + +## 高级部署 + +TBD \ No newline at end of file