Notes:
- Pilot needs a writable install dir, so 'bench' syncs
/usr/share/frappe-pilotto ~/.local/share/frappe-pilot (override:PILOT_HOME) and runs from there. Benches and the admin venv survive updates. - Install
mariadborpostgresqlfor site databases. - Update with pacman, not 'bench upgrade'. The admin UI builds its own venv via uv on first 'bench start'.
- Production setup and admin UI tasks expect passwordless sudo; this package never touches sudoers - configure it yourself if needed.
- To hack on pilot: set
PILOT_HOMEto a git checkout; it runs as-is.
Pinned Comments
ssiyad commented on 2026-07-13 06:41 (UTC)
Notes:
/usr/share/frappe-pilotto ~/.local/share/frappe-pilot (override:PILOT_HOME) and runs from there. Benches and the admin venv survive updates.mariadborpostgresqlfor site databases.PILOT_HOMEto a git checkout; it runs as-is.