Appearance
Buch IV — Operator:in (Betrieb)
Quelle: source-of-truth/handbooks/appliance/level1-e2e.md und source-of-truth/handbooks/operator/tcloud-lifecycle.md.
Dieses Buch erklärt Betrieb, Readiness und Testdurchführung der Appliance.
Topologie
| Host lokal | Service |
|---|---|
https://officina-del-caffe.ddev.site | Storefront |
https://shop.officina-del-caffe.ddev.site/admin | Shopware Admin + Store API |
https://erp.officina-del-caffe.ddev.site | ERP-Emulator |
https://docs.officina-del-caffe.ddev.site | Docs-Server |
https://minio.officina-del-caffe.ddev.site | MinIO S3 API |
Lokal starten
bash
ddev start
ddev exec --service web 'cd /var/www/html/shopware && bin/console sw-auctions:auction:seed-demo-fanout --no-interaction'
ddev exec --service web 'cd /var/www/html/shopware && bin/console sw-auctions:customer:seed-bidders --no-interaction'
ddev exec --service web 'cd /var/www/html/shopware && bin/console sw-auctions:customer:seed-sachbearbeiter --no-interaction'Health-Checks
bash
curl -sIk https://officina-del-caffe.ddev.site/ | head -1
curl -sIk https://shop.officina-del-caffe.ddev.site/admin | head -1
curl -sIk https://docs.officina-del-caffe.ddev.site/ | head -1
curl -sIk https://erp.officina-del-caffe.ddev.site/ | head -1Journey-Level-1 Tests
Details stehen im eigenen Kapitel: Journey-Level-1 Tests.
Kurzlauf:
bash
cd tests/e2e/playwright
npm run test:rc1-guard
npx playwright test specs/scd-level1-readiness.spec.ts --project=chromiumT-Cloud Lifecycle
Für vollständigen Betrieb auf OTC — Infrastruktur hochziehen, Appliance ausrollen, provisionieren, smoke-testen und geordnet abreißen — siehe:
→ T-Cloud Lifecycle: Boot & Teardown
Manuelle Messe-Generalprobe
- ERP-Asset publishen.
- Admin-Redaktion inklusive Medien, Auktion und Listing.
- Storefront-Gebot mit zwei Buyer-Personas.
- Award, Order, Winner-/Loser-Mails.
- Negativpfade: Cancel, Withdraw, Invalidate, Revoke.
- Fulfillment: Delivery-State bis Abschluss und ERP-Outbound.