---
title: "Installation"
space: "Burundi Compliance "
url: "https://docs.navari.co.ke/burundi-compliance/getting-started/installation"
updated: "2026-05-21"
---

# Frappe Cloud

1. Create a Bench
2. Create a Site
3. Select:
   - ERPNext
   - Burundi Compliance
4. Deploy the site

Within minutes, the system will be ready for use.

---

# Manual

## 1. Install Bench

Install Bench using the [official guide](https://docs.frappe.io/framework/user/en/installation)

---

## 2. Install ERPNext

Install ERPNext using the official [documentation](https://github.com/frappe/erpnext#development-setup)

---

## 3. Get the App

```bash
bench get-app --branch {branch-name} https://github.com/navariltd/burundi-compliance.git
```

---

## 4. Install the App

```bash
bench --site {sitename} install-app burundi_compliance
```

