This guide will walk you through the process of installing and setting up the pi-node IoT platform.
- Node.js (version X.X.X)
- Docker (version X.X.X)
- Docker Compose (version X.X.X)
-
Clone the pi-node repository:
https://github.com/KOSASIH/pi-node.git -
Navigate to the pi-node directory:
cd pi-node -
Copy the
.env.examplefile to.envand update the environment variables as needed:cp .env.example .env -
Build and start the services:
docker-compose up --build -
Access the web interface at http://localhost:3000.
[Insert troubleshooting information here]