Quick Start
The simplest path is the Docker SQLite deployment.
Start
Enter the Docker SQLite directory:
bash
cd docker/sqliteCopy the environment file:
bash
cp .env.example .envStart the services:
bash
docker compose up -dAfter startup, open:
text
http://localhost:8000Initialize
On the first visit, follow the setup page and create the administrator password.
After initialization, create a config, add nodes, then download the client and bind nodes.
Next steps
- To create a network, read First Mesh.
- For deployment details, read Docker Deploy.
