Devops Run Environment
Table of Contents
When to use this skill
Getting a checkout from "unknown/stale state" to a usable, logged-in-ready
environment in one pass — the sequence most verification or manual-testing
tasks need at the start: stop services, recreate the database, start
services, provision the tenant, start the client. For a fully fresh
checkout or new worktree (indexes, skills/settings deploy, env configure too),
use devops-setup-environment instead.
How to use this skill
Run How do I ready up an environment? end to end. Unless the user asks for a
different tenant, default to the Acme Corporation holding-group
provisioner (--source acme) — the system's reference fully-populated
test/demo entity.
Recipes
- How do I ready up an environment?
- How do I solve the postgres max connections error? — if provisioning fails on connection slots.
Reference
- Skills catalogue§DevOps — sibling environment-lifecycle skills this composes with.