ERPNext Installation

5.1 Preparing the Bench Environment

Once Bench was installed, ERPNext was retrieved with:

bench get-app erpnext --branch version-15

This pulled the ERPNext source into the Bench environment and prepared it for site creation and deployment.

5.2 Verifying the Installation

Useful checks included:

bench list-apps
cat sites/apps.txt
bench doctor

These commands helped confirm that ERPNext had been registered correctly and that the Bench environment was healthy.

5.3 Initial Startup

The first startup confirmed that the core installation was working. The ERPNext dashboard became accessible, which showed that the base environment was in place.