Helper scripts for managing the local DirectQL stack.
Automated E2E setup and test.
Starts the full Docker Compose stack, waits for health checks, and runs E2E verification tests.
./scripts/test-local-setup.shDownload an Ollama model (manual step).
After the stack is running, use this script to download LLM models for local AI inference.
# Download default model (llama3.2:1b)
./scripts/pull-ollama-model.sh
# Download a specific model
./scripts/pull-ollama-model.sh llama3.2:3bNote: Model download is intentionally separated from stack startup to avoid automatic bandwidth usage and allow faster initial setup.
Real-time stack monitoring.
Displays service status, resource usage, recent errors, and streams live logs.
./scripts/monitor-stack.sh