Merge branch 'develop'
commit
0fc5c6bc96
|
@ -1,7 +1,7 @@
|
||||||
anytree
|
anytree
|
||||||
simplejson
|
simplejson
|
||||||
mysql-connector-python
|
mysql-connector-python
|
||||||
falcon
|
falcon==3.0.1
|
||||||
falcon_cors
|
falcon_cors
|
||||||
falcon-multipart
|
falcon-multipart
|
||||||
gunicorn
|
gunicorn
|
||||||
|
|
|
@ -57,6 +57,13 @@ In this section, you will install myems-web on Docker.
|
||||||
cd myems/web
|
cd myems/web
|
||||||
sudo nano src/config.js
|
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.
|
* Download all the necessary dependencies into the node_modules directory.
|
||||||
```bash
|
```bash
|
||||||
sudo npm i --unsafe-perm=true --allow-root --legacy-peer-deps
|
sudo npm i --unsafe-perm=true --allow-root --legacy-peer-deps
|
||||||
|
|
Loading…
Reference in New Issue