=============================================================================
CODITECT Development Environment - Unified Start Script
One-command startup for the complete CODITECT development environment:
- PostgreSQL + pgvector (database)
- CODITECT container (development environment)
- Optional: pgAdmin, Redis, VNC desktop Usage: ./scripts/start-coditect.sh # Start PostgreSQL + dev environment ./scripts/start-coditect.sh --full # Include VNC desktop ./scripts/start-coditect.sh --admin # Include pgAdmin ./scripts/start-coditect.sh --secure # Use Chainguard hardened image ./scripts/start-coditect.sh --stop # Stop everything ./scripts/start-coditect.sh --status # Check status ./scripts/start-coditect.sh --shell # Open shell in container Environment: Copy distribution/docker/.env.example to distribution/docker/.env Version: 1.0.0 Created: 2025-12-23 =============================================================================
File: start-coditect.sh
Type: Shell Script
Usage
bash start-coditect.sh
# or
./start-coditect.sh