Comments on How to Install ERPNext on Debian 12
ERPNext is an open-source enterprise resource planning (ERP) solution. In this tutorial, we will guide you through the installation of ERPNext on the Debian 12 server. You will install ERPNext with a MariaDB database server, Nginx as a reverse proxy and a supervisor process manager.
1 Comment(s)
Add comment
Comments
By: lox
As of March 2024 using a Debian 12 LXC on Proxmox.
I used pipx and needed to echo the bench dir to path for sudo access. See below:
# To install frappe-bench and avoid --break-system-packagessudo pipx install frappe-bench# Then I needed to add bench command to root $PATHsudo cp $(which bench) /usr/bin