updated README

pull/59/MERGE
13621160019@163.com 2021-08-06 16:28:48 +08:00
parent 69ca031d8c
commit 7a9643aca0
3 changed files with 26 additions and 0 deletions

View File

@ -77,6 +77,7 @@ docker-compose up -d
```
## 功能版本对比
| 功能 |社区版 |企业版 | 说明 |
| :--- | :----: | :----: | :----: |
| 开源 | ✔️ | ❌ | |

View File

@ -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 |

View File

@ -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