ABOUT
ERPNext is a powerful, intuitive and open-source ERP system for managing accounting, inventory, manufacturing, CRM, projects, HR and more.
infoAdmin password is stored in `/opt/frappe-bench/.env`.
infoThe default site name is `site1.local`. Configure your domain in Frappe settings.
infoRun `bench update` from `/opt/frappe-bench` as frappe User (su - frappe)to update ERPNext manually.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU4096 MB RAM20 GB disk
Config path/opt/frappe-bench/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/erpnext.sh'; sha='476bf744b733fc55cd7e92710bc69b2acc57265b4bd0dee307bff77945e778df'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/erpnext.shSHA-256 476bf744b733fc55cd7e92710bc69b2acc57265b4bd0dee307bff77945e778df LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.