First-time installation

Set up ERP 2.4.5 before the first login.

This installer creates the master registry database, provisions the first institute database, imports the app schema, and creates the first administrator account.

Installation Details

Use a MySQL user that can create databases and manage tables inside both the master and school schemas.

Central registry DB. In your current setup this should be erp_master.
Actual institute data DB. In your current setup this should be management_software.
Waiting for installation details.
  • Installer writes the master DB to backend/master_db_config.json and the active institute DB to backend/db_config.json.
  • For your current single-school split setup: master DB = erp_master, institute DB = management_software.
  • For one-click hosting, the backend folder must have write permission for that file.
  • If DB creation is blocked by hosting, use a MySQL user with database-create access or pre-create the schema.
The app will create tables and the first admin account in one step.