diff --git a/myems-api/README.md b/myems-api/README.md index 74de2a40..588ad032 100644 --- a/myems-api/README.md +++ b/myems-api/README.md @@ -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 diff --git a/web/README.md b/web/README.md index 509dda57..003ea31a 100644 --- a/web/README.md +++ b/web/README.md @@ -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