Install
Set up Trama for local development with Docker or a JVM-based run, then verify the API, readiness, and metrics endpoints. This is the fastest path from “what is Trama?” to “I have it running.”
Quick Start with Docker
docker compose up --buildAPI should be reachable at http://localhost:8080. This is the recommended first path for evaluation.
Verification Checklist
curl http://localhost:8080/healthz
curl http://localhost:8080/readyz
curl http://localhost:8080/metricsPrerequisites
- JDK 21
- Postgres
- Redis
- Docker (optional, easiest path)
Run Locally
./gradlew runUse src/main/resources/application.yaml or env vars to configure dependencies.