From 0841ac1d7f4b513ce090ef4fe342d28cdc4b55e2 Mon Sep 17 00:00:00 2001 From: cse47242 Date: Sat, 9 Jan 2021 16:11:06 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5800154..b8c2dc4 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,19 @@ $ docker-compose up -d This will create InfluxDB, Chronograf and IoT Dummy Data Generator containers -Enter IoT Dummy Data Generator container +You can enter IoT Dummy Data Generator container to execute commands with the command below: ``` docker exec -ti iot-dummy-data-generator-master_chronograf_1 bash ``` -And start the generator (in the iot-dummy-generator folder NOT in the docker above) +To start the data generator in a terminal located in the home folder of this project use the following command: ``` node index.js ``` -Open browser to +Afterwards open browser to http://localhost:8888 or if it does not work find the IP from net tools (ifconfig), usually some form of 172.0....