Aller au contenu
login
arrow_backRetour aux issues
BaryoDev/BaryoVM #6

A five-minute quickstart that ends with something deployed

ecoDébutant good first issue up-for-grabs type/docs

descriptionDescription

USAGE.md is thorough but assumes a fleet already exists. Someone arriving with a fresh VM and no context has no obvious first step, and the VISION doc explains the philosophy rather than the path. **Scope** A quickstart that starts from "I have a VM and an SSH key" and ends with a running stack the reader can open in a browser. Every command shown in full, no assumed state. **What makes it good rather than just present** - Say what it is *not* early: this deploys to VMs you already own, over SSH, with no agent. It is not a PaaS and does not provision infrastructure for you. Saving someone ten minutes of wrong expectations is worth more than a feature. - Show the failure path. What does it look like when the health check fails and the update rolls back? That behaviour is the reason to choose this tool, and it is currently invisible until it happens to you.
codeOuvre sur GitHub