Deploy the full platform, then build your first DORA register in minutes.
# Create project directory mkdir tprm-mlab && cd tprm-mlab # Download config files curl -O https://mlab.sh/assets/internals/tprm.mlab.sh/docker-compose.yml curl -o .env https://mlab.sh/assets/internals/tprm.mlab.sh/.env.example # Edit .env: paste your LICENSE_KEY, set strong passwords nano .env # Launch docker compose up -d
Open http://localhost:8080. Database migrations (V1 → V15) run automatically on first boot.
admin@localhost / adminadmin. Change them on the first connection — the platform refuses to expose itself outside localhost until you do.
/orga/team (Free allows up to 3 users)./ei/ — LEI, name, country and entity type./tp/ with category, criticality, LEI and country of head office (B_05.01)./ct/ with a unique contract reference (feeds B_02.01 / B_02.02)./ra/ to score the provider across five dimensions./reg/, then export the 15 EBA templates from /eba/ (Licensed).curl http://localhost:8080/healthz # {"status":"ok","db":"ok","ch":"ok","license":"free","grace_h":0}