Walkthroughs for first-time operators + partners
Tutorials
preview
Tutorial content for RC1 is intentionally minimal — the platform is moving too fast for screenshot-heavy walkthroughs to stay accurate. Operators and partners should rely on the canonical docs (which live in version control next to the code).
First-run operator path
- Flash the Datab Node image — see Install Guides.
- Boot the node, wait for snapd to enable all services.
- Run
sudo /snap/datab-app/current/scripts/doctor.sh— expect exit 0. - Set the institution-internal API key — see Step 10 of the operator boot guide.
- Open
https://<node-ip>:8080in a LAN browser, complete first-time admin onboarding. - Install
datab-os-mobileon an operator phone, point it at the node URL.
First-run partner path
- Read Partner Apps for packaging options (container / snap part / static bundle).
- Develop against a development Datab Node — partner builds require a real node, not a mock.
- Hit the LAN-only backend at
http://datab-node.local:8080; never assume internet routing. - Sign your artifact + publish via DatabHome partner onboarding.
Linked walkthroughs
- Install Guides — Datab Node + snap installation.
- Operator Docs — running the live appliance.
- Deployment Docs — partner-app shipping.