From 3b9092b1c819249a9d828214d41c301171bed979 Mon Sep 17 00:00:00 2001 From: simonox Date: Sat, 16 Sep 2023 15:20:35 +0200 Subject: [PATCH] restructured documentation --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4665b2..12d4107 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,9 @@ git clone https://code.curious.bio/simonox/iot-backend cd iot-backend ``` -### Launch Docker Containers +### Build and kaunch Docker Containers + +Most Docker containers are of the shelf, but the Node-RED container has the be built, so some usefull plugins are already included. You can build and run these Docker containers in a single step: ```sh docker-compose --file software/container/docker-compose.yml up --force-recreate --build @@ -71,11 +73,14 @@ InfluxDb is running here: http://localhost:8086/ (you have to create an initial You can login to Grafana: http://localhost:3000/login (admin:admin) -Have a look at the [HowTo in this repository](./docs/dashboard/README.md). ## Usage -### Setting up a simple Flow +### Setting up Grafana + +Have a look at the [HowTo in this repository](./docs/dashboard/README.md). + +### Setting up a simple flow in Node-RED A simple introduction to Node-RED can be found - along with the nodes / the code - in [this repository, please have a look](./docs/flow/README.md)!