From 7a9643aca0197ef27e9faf550d8d8543733601b9 Mon Sep 17 00:00:00 2001 From: "13621160019@163.com" <13621160019@163.com> Date: Fri, 6 Aug 2021 16:28:48 +0800 Subject: [PATCH] updated README --- README.md | 1 + README_DE.md | 13 +++++++++++++ README_EN.md | 12 ++++++++++++ 3 files changed, 26 insertions(+) diff --git a/README.md b/README.md index 551206e7..bb5a1107 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ docker-compose up -d ``` ## 功能版本对比 + | 功能 |社区版 |企业版 | 说明 | | :--- | :----: | :----: | :----: | | 开源 | ✔️ | ❌ | | diff --git a/README_DE.md b/README_DE.md index d21d862e..dd1c3cea 100644 --- a/README_DE.md +++ b/README_DE.md @@ -64,6 +64,19 @@ Dieses Projekt besteht aus folgenden Komponenten: [Installieren web UI](./web/README.md) +### Docker Docker-compose +``` +git clone https://gitee.com/myems/myems.git + +# for generate the static direction: 'build' +cd myems/web +npm install +npm run build + +cd myems +docker-compose up -d +``` + ## Editionen vergleichen | Eigenschaften | Gemeinschaftsausgabe | Enterprise Edition | Erläuterung | diff --git a/README_EN.md b/README_EN.md index 68a7a159..a485f291 100644 --- a/README_EN.md +++ b/README_EN.md @@ -63,6 +63,18 @@ This project is compose of following components: [Install web UI](./web/README.md) +### Docker Docker-compose +``` +git clone https://gitee.com/myems/myems.git + +# for generate the static direction: 'build' +cd myems/web +npm install +npm run build + +cd myems +docker-compose up -d +``` ## Compare Editions