Merge branch 'develop'

pull/92/MERGE
13621160019@163.com 2021-11-28 20:48:38 +08:00
commit 0fc5c6bc96
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
anytree
simplejson
mysql-connector-python
falcon
falcon==3.0.1
falcon_cors
falcon-multipart
gunicorn

7
web/README.md vendored
View File

@ -57,6 +57,13 @@ In this section, you will install myems-web on Docker.
cd myems/web
sudo nano src/config.js
```
* replace ~~127.0.0.1:8000~~ in nginx.conf with actual **HOST** ip and port of myems-api
```bash
cd myems/web
nano nginx.conf
```
* Download all the necessary dependencies into the node_modules directory.
```bash
sudo npm i --unsafe-perm=true --allow-root --legacy-peer-deps