16 lines
286 B
Markdown
16 lines
286 B
Markdown
# IoT Platform
|
|
|
|
## Commands
|
|
|
|
```sh
|
|
export DATA_DIR = /some/path/to/mount
|
|
docker-compose --file software/container/docker-compose.yml up
|
|
```
|
|
|
|
## Grafana
|
|
|
|
Then you can login to Grafana: http://localhost:3000/login (admin:admin)
|
|
|
|
## NodeRed
|
|
|
|
NodeRed is running here: http://localhost:1880/ |