Merge branch 'develop'
commit
0fc5c6bc96
|
@ -1,7 +1,7 @@
|
|||
anytree
|
||||
simplejson
|
||||
mysql-connector-python
|
||||
falcon
|
||||
falcon==3.0.1
|
||||
falcon_cors
|
||||
falcon-multipart
|
||||
gunicorn
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue