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