2023-02-07 16:55:21 +01:00
|
|
|
# IoT Platform
|
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
|
|
```sh
|
2023-02-13 18:42:18 +01:00
|
|
|
export DATA_DIR = /some/path/to/mount
|
2023-02-07 16:55:21 +01:00
|
|
|
docker-compose --file software/container/docker-compose.yml up
|
|
|
|
```
|
2023-02-13 18:43:13 +01:00
|
|
|
|
2023-02-13 18:45:43 +01:00
|
|
|
## Grafana
|
|
|
|
|
|
|
|
Then you can login to Grafana: http://localhost:3000/login (admin:admin)
|
|
|
|
|
|
|
|
## NodeRed
|
|
|
|
|
|
|
|
NodeRed is running here: http://localhost:1880/
|