Step-by-step instructions to download and install CodeForge-AI on your local machine
Pre-built binaries for quick setup
Downloadcurl -L https://codeforge-ai.com/download/docker-compose.yml -o docker-compose.yml
Download the latest Docker Compose configuration file.
cp .env.example .env
Copy the environment configuration file and update with your settings.
docker-compose up -d
Launch all CodeForge-AI services in detached mode.
docker-compose ps
Check that all services are running correctly.
http://localhost:8080
Open your browser and navigate to the local dashboard.
API_PORT=8080
DATABASE_URL=postgresql://user:pass@db:5432/codeforge
REDIS_URL=redis://redis:6379
JWT_SECRET=your-secret-key
If port 8080 is already in use, modify the API_PORT in your .env file.
Ensure Docker is running and you have sufficient permissions.
Increase Docker memory allocation if containers fail to start.