docker compose)pip install p4n4
p4n4 --version
p4n4 init my-project
The interactive wizard asks:
iot, ai, edge.It then:
.env..p4n4.json project manifest.cd my-project
p4n4 up
This starts stacks in the correct order:
iot — creates the p4n4-net Docker bridge network, starts Mosquitto and InfluxDB first.ai — attaches to p4n4-net.edge — attaches to p4n4-net.| Service | URL |
|---|---|
| Node-RED | http://localhost:1880 |
| Grafana | http://localhost:3000 |
| InfluxDB | http://localhost:8086 |
| n8n | http://localhost:5678 |
| Letta | http://localhost:8283 |
| Ollama | http://localhost:11434 |
p4n4 down