---
title: "2.1 Installation"
space: "Nigeria Compliance Via Digitax"
url: "https://docs.navari.co.ke/nigeria-compliance/2-setup-configurations/21-installation"
updated: "2026-05-14"
---

### 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:

```sh
bench get-app https://github.com/navariltd/Nigeria-Compliance-Via-DigiTax

```

Install the application on your target site:

```sh
bench --site <your.site.name.here> install-app nigeria_compliance_via_digitax

```

Run database migrations to apply all schema and configuration updates:

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

```

> 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://digitax.tech/) as the middleware provider for communication with FIRS platform.

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/)

