From 465d698092dcb03f542112cc687018f4350222e5 Mon Sep 17 00:00:00 2001 From: SampsonYe Date: Tue, 11 Jan 2022 00:22:57 +0800 Subject: [PATCH] =?UTF-8?q?README.md=20=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E9=94=AE=E9=83=A8=E7=BD=B2=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d35ca7c..67abbe9 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,13 @@ $ yarn run dev http://your-ip:8081 ``` +## 一键部署最新版本 +1. 准备一台可以正常运行的linux服务器(支持MacOS) +2. 安装Docker 和 Docker Compose +```sh +curl -sSL https://raw.githubusercontent.com/go-atomci/atomci/master/quick_start.sh | bash +``` + ## 如何构建镜像 ### 前端 -- GitLab