---
title: "Installation"
space: "TIMs INCOTEX Intergration"
url: "https://docs.navari.co.ke/tims-incotex/installation"
updated: "2026-06-09"
---

### Prerequisites

- Frappe Framework **v15 or above**
- ERPNext **v15 or above**
- An active INCOTEX TIMs device with API access (Base URL and API Key) provided by INCOTEX
- A KRA-registered company in ERPNext

### Via Bench (Self-Hosted)

```bash
# Navigate to your bench directory
cd /home/frappe/frappe-bench

# Fetch the app from the develop branch
bench get-app --branch develop https://github.com/navariltd/tims_incotex.git

# Install on your site
bench --site {your-site-name} install-app tims_incotex

# Run migrations
bench --site {your-site-name} migrate

# Restart bench services
bench restart

```



Replace `{your-site-name}` with the name of your Frappe site (e.g., `mycompany.localhost`).



### Via Frappe Cloud

1. Log in to your Frappe Cloud account.
2. Navigate to your site and go to **Apps**.
3. Add the app using the repository URL: `https://github.com/navariltd/tims_incotex`
4. Select the `develop` branch.
5. Install and allow migrations to complete.

