Installation

Get started with IDAH by setting up your development environment and cloning the repository.

Prerequisites

Before installing IDAH, ensure you have the following tools installed on your system:

Required Tools

Docker

Container platform for running IDAH services

Install Docker

Docker Compose

Multi-container orchestration tool (Included with Docker Desktop)

Install Standalone

Git

Version control system

Install Git

Verify Installation

Check that all required tools are properly installed:

docker --version docker compose version git --version

Clone the Repository

1. Clone from GitHub

Clone the IDAH repository to your local machine:

git clone https://github.com/idah-ai/idah.git cd idah

You should now be in the IDAH project directory:

pwd ls

🚀 Ready to set up IDAH! Continue with database configuration and then start the services.