[Feature] Add scripts/docs for starting, stopping, resetting, and seeding the production-like dev stack without replacing the minimal dev workflow #25

Closed
opened 2026-07-06 11:30:05 +02:00 by zemion · 1 comment
Owner

Imported from the consolidated GovOPlaN product backlog.

  • Source: /mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/backlog.md
  • Line: 157
  • Section: Milestones > Milestone 8 - Production-Realistic Dev And Deployment Foundation
  • Source status: OPEN.

Imported backlog item:

- [ ] Add scripts/docs for starting, stopping, resetting, and seeding the production-like dev stack without replacing the minimal dev workflow.
<!-- codex-backlog-fingerprint:a9f62948b6c60d9376fba037 --> Imported from the consolidated GovOPlaN product backlog. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/backlog.md` - Line: `157` - Section: `Milestones > Milestone 8 - Production-Realistic Dev And Deployment Foundation` - Source status: `OPEN.` Imported backlog item: ```markdown - [ ] Add scripts/docs for starting, stopping, resetting, and seeding the production-like dev stack without replacing the minimal dev workflow. ```
zemion added this to the Milestone 8 - Production-Realistic Dev And Deployment Foundation milestone 2026-07-06 13:04:15 +02:00
Author
Owner

Implemented production-like dev stack lifecycle helper and docs.

Changes:

  • Added scripts/production-like-dev.sh with start, stop, status, seed, reset --yes, and validate-config commands.
  • start delegates to the existing foreground launcher; stop/reset handle Docker dependencies and persistent profile data explicitly.
  • Updated dev/production-like/README.md and DEPLOYMENT_OPERATOR_GUIDE.md with the lifecycle commands.

Verification:

  • scripts/production-like-dev.sh validate-config passes without touching Docker.
  • scripts/check-module-matrix.sh passed after the changes.
Implemented production-like dev stack lifecycle helper and docs. Changes: - Added `scripts/production-like-dev.sh` with `start`, `stop`, `status`, `seed`, `reset --yes`, and `validate-config` commands. - `start` delegates to the existing foreground launcher; `stop/reset` handle Docker dependencies and persistent profile data explicitly. - Updated `dev/production-like/README.md` and `DEPLOYMENT_OPERATOR_GUIDE.md` with the lifecycle commands. Verification: - `scripts/production-like-dev.sh validate-config` passes without touching Docker. - `scripts/check-module-matrix.sh` passed after the changes.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-core#25
No description provided.