Quickstart Guides¶
Get up and running with MundiX quickly.
Available Guides¶
Production Quickstart¶
Complete 15-minute production deployment guide covering: - Docker setup - Authentication configuration - SSL certificates - Health checks
Standard Quickstart¶
Development environment setup for local testing.
Test Instructions¶
Complete testing procedures: - Running Docker test suite - Local pytest execution - Coverage reports - CI/CD integration
SSL Setup¶
SSL certificate configuration with Let's Encrypt: - Certificate generation - Auto-renewal setup - Docker volume mounting - Troubleshooting
Quick Commands¶
# Clone and setup
git clone https://github.com/mundix/mundix.git
cd mundix
# Run tests
./run_tests.sh
# Deploy production
docker-compose -f infra/agents/docker-compose.yml up -d
# Check health
curl http://localhost:8001/health
For detailed instructions, see individual guides above.