898 B
898 B
Deploy on StartOS 0.3.5 (Raspberry Pi)
1) Build the package on your Mac
cd /Users/macpro/Projects/CRM
make -C start9/0.3.5 package
This creates:
start9/0.3.5/image.tarstart9/0.3.5/ten31-database.s9pk
2) Upload package to StartOS
- Open StartOS web UI.
- Go to Services -> Sideload Package (or equivalent 0.3.5 menu).
- Upload
ten31-database.s9pk. - Install and start the service.
3) First run
- Open the service UI.
- Create first admin account on the login screen.
- In Settings, run one manual backup immediately.
4) Data persistence contract
- App DB path:
/data/crm.db - Backup path:
/data/backups
Because these are in the persistent service volume, app restarts/upgrades do not erase data.
5) Before any upgrade/migration
- Run manual backup in-app.
- Export fundraising state in-app.
- Keep both files off-device as recovery copy.