Installation
Frappe Cloud
Add the repository as a custom app and select the version-16 branch for the production application series. Ensure all declared dependencies are available to the site before installation.
Self-hosted Bench
bench get-app --branch version-16 https://github.com/buff0k/ir
bench --site your.site.name install-app ir
bench --site your.site.name migrate
bench build --app ir
bench restart
Confirm the installation:
bench --site your.site.name list-apps
bench version
Before production use
- create a full backup;
- test installation and migration on a lab or staging site;
- review Error Log, Scheduler Log and migration output;
- test permissions using non-administrator users;
- verify print formats and notification recipients.
Last updated 7 hours ago
Was this helpful?