---
title: "2.1 Installation"
space: "Zambia Compliance Via Digitax"
url: "https://docs.navari.co.ke/zambia-compliance-via-digitax/transactions/item-registration"
updated: "2026-05-16"
---

### Manual Installation / Self Hosting

Before installing the application, ensure that you have a working Frappe Bench environment with ERPNext installed.

To set up a new Bench instance, refer to the official Frappe installation documentation:

- [Frappe Framework Installation Guide](https://docs.frappe.io/framework/user/en/installation)

Once your Bench environment is ready, fetch the application using the following command from the Bench directory:

Once your Bench environment is ready, fetch the application using the following command from the Bench directory:

```
bench get-app https://github.com/navariltd/zambia_compliance_via_digitax
```

Install the application on your target site:

```
bench --site test_site.com install-app zambia_compliance_via_digitax
```

Run database migrations to apply all schema and configuration updates:

```
bench --site <your.site.name.here> migrate
```

### [#](https://docs.navari.co.ke/kenya-compliance-via-digitax/setup-configuration/21-installation#running-tests)Running Tests

To enable testing on the target site:

```
bench --site <your.site.name.here> set-config allow_tests true
```

Run the application test suite using:

```
bench --site <your.site.name.here> run-tests --app zambia_compliance_via_digitax
```

> Replace `<your.site.name.here>` with the name of your ERPNext site.

### Frappe Cloud Installation ☁️

The application can also be installed on [Frappe Cloud.](https://docs.frappe.io/cloud/introduction) This can be achieved after setting up a Bench instance and a site. The app can then be added using the *Add App* button in the *App* tab of the bench and referencing this repository by using the *Install from GitHub* option if you are not able to search for the app.



### Important Note ⚠️

This integration relies on [DigiTax](https://zm.docs.digitax.tech/docs/getting-started) as the middleware provider for communication with ZRA SIS services.

Before using the application in production, organizations must complete onboarding and credential provisioning through [DigiTax.](https://digitax.tech)

For support and onboarding assistance:

- DigiTax Support: [support@namiri.tech](mailto:support@namiri.tech)
- Navari Support: [support@navari.co.ke](mailto:support@navari.co.ke)
- Website: [Navari](https://navari.co.ke/)

