From 7002837a3e84e61a5341d9e1908f62a1df7f67e5 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Thu, 30 Jul 2026 15:31:19 +0200 Subject: [PATCH] Sync wiki from project files --- ...NSTALLATION-AND-DEPLOYMENT-ARCHITECTURE.md | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Repo-docs-INSTALLATION-AND-DEPLOYMENT-ARCHITECTURE.md b/Repo-docs-INSTALLATION-AND-DEPLOYMENT-ARCHITECTURE.md index 0d65a2d..0569355 100644 --- a/Repo-docs-INSTALLATION-AND-DEPLOYMENT-ARCHITECTURE.md +++ b/Repo-docs-INSTALLATION-AND-DEPLOYMENT-ARCHITECTURE.md @@ -1,4 +1,4 @@ - + > Mirrored from `/mnt/DATA/git/govoplan/docs/INSTALLATION_AND_DEPLOYMENT_ARCHITECTURE.md`. > Origin: `repository`. @@ -96,6 +96,25 @@ Build the same dependency-free tool as one downloadable artifact: python /tmp/govoplan-deploy.pyz --help ``` +To exercise reconciliation with locally available evaluation images: + +```sh +python /tmp/govoplan-deploy.pyz init \ + --non-interactive \ + --directory /tmp/govoplan-evaluation \ + --profile evaluation \ + --api-image local/govoplan-api:test \ + --web-image local/govoplan-web:test +python /tmp/govoplan-deploy.pyz apply \ + --directory /tmp/govoplan-evaluation \ + --allow-unverified-images \ + --skip-pull +``` + +Those images must already contain the selected module set. The override exists +only to exercise local orchestration before release artifacts exist; it is +rejected for `self-hosted`. + ## Current Production Gates The tool deliberately reports blockers instead of pretending the source tree is