- Local/VM (Docker Compose) - Quickest way to get started
Local/VM (Docker Compose)
Requirements
- Git
- Docker & Docker Compose → use Docker Desktop on Mac or Windows
- Minimum 4 CPU cores, 16GB RAM, and 30GB storage
- Internet connection for initial container pulls
Deployment Steps
-
Clone the Rapida Voice AI Platform repository
-
Configure environment variables
Edit .env file with your configuration settings
-
Start the application
-
Monitor Startup
Watch the containers being started and the logs flowing in. After about 2-3 minutes, the rapida-voice-ai container should log “Ready”. At this point you can proceed to the next step.
- Access the Platform Open your browser and navigate to http://localhost:3000
Common Issues
- Port Conflicts: If you see errors about ports already in use, modify the port mappings in your .env file
- Resource Limitations: Increase Docker’s resource allocation if containers fail to start
- Network Issues: Ensure Docker has proper internet access to pull container images