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
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 2. Navigate to Project Directory
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.