updated readme

pull/110/head
13621160019@163.com 2022-01-01 18:36:14 +08:00
parent 35d2d7306a
commit 169b09a386
2 changed files with 3 additions and 1 deletions

View File

@ -47,6 +47,7 @@ In this section, you will install myems-api on Docker.
* Copy example.env file to .env file and modify the .env file
Replace ~~127.0.0.1~~ with real **HOST** IP address.
```bash
cd myems/myems-api
cp example.env .env

3
web/README.md vendored
View File

@ -57,12 +57,13 @@ npm start
In this section, you will install myems-web on Docker.
* Check and change the config file if necessary:
```bash
cd myems/web
nano src/config.js
```
* replace ~~127.0.0.1:8000~~ in nginx.conf with actual **HOST** ip and port of myems-api
* Replace ~~127.0.0.1:8000~~ in nginx.conf with real **HOST** ip and port of myems-api
```bash
cd myems/web
nano nginx.conf