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