Skip to main content

Installation

Thermocline is currently installed from source in this repository.

Clone

git clone https://github.com/strongly-ai/thermocline.git
cd thermocline
make dev-up
./scripts/dev/wait-for-services.sh

Build from Source

make build

Validate Core Test Gate

make test-fast

Advanced Local Validation

make test-local
make e2e-all-local
make mql-exhaustive

Kubernetes/Cloud Assets

Deployment artifacts live in:

  • deploy/helm/thermocline
  • deploy/kustomize
  • deploy/terraform/aws
  • deploy/terraform/gcp
  • deploy/terraform/azure

See Deployment for topology-specific setup.

Source of Truth

  • Makefile
  • scripts/dev/wait-for-services.sh
  • docker-compose.yml
  • deploy/helm/thermocline/values.yaml