Installation Guide¶
Prerequisites¶
Before installing AIDDDMAP, ensure you have the following prerequisites:
- Node.js (v14 or higher)
- Docker and Docker Compose
- Git
- Python 3.8 or higher (for certain AI capabilities)
Installation Steps¶
1. Clone the Repository¶
2. Environment Setup¶
Copy the example environment file and configure your settings:
Edit .env.local with your preferred settings.
3. Install Dependencies¶
4. Docker Setup¶
Build and start the Docker containers:
5. Start the Development Server¶
The application should now be running at http://localhost:3000
Verification¶
To verify your installation:
- Open your browser and navigate to
http://localhost:3000 - Check that the dashboard loads correctly
- Verify that the AI agents are responsive in the right drawer
- Test the IDAT canvas functionality
Troubleshooting¶
If you encounter any issues during installation:
- Check Docker container logs:
- Verify all required ports are available
- Ensure all environment variables are properly set
For more detailed troubleshooting, refer to our troubleshooting guide.