Golden path
- Install from the packaged installer:
./platinur install <version>(see Installation). - Run
./platinur doctorand resolve any failing check before continuing. - Log in as
PLATINUR_ADMIN_EMAILwith the generated password stored in.env(PLATINUR_ADMIN_PASSWORD). Change it after first login if you prefer. - Configure GitHub in Configuration.
- Configure Assistant/OpenAI in Configuration.
- Configure and test sources in Integrations, or confirm externally loaded ClickHouse source schemas.
- Select schemas and tables in Operations.
- Run Initial Run in Staging.
- Review the generated proposal in Assistant and Promotions.
- Apply the proposal to Staging.
- Run the changed models or the full dbt/dashboard path.
- Create a promotion PR.
- Merge approved changes in GitHub.
- Let production runs use the configured production branch.
Readiness checks
./platinur doctorpasses: portal, worker, ClickHouse (bundled or external), and Prefect all respond.- GitHub settings are saved and tested.
- Assistant settings are saved and tested.
- At least one source schema is available for modeling.
- A first backup exists:
./platinur backup(see Backup and Restore).