README & docs: setup flow for developers and users #51
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Clear, layered documentation so anyone can get Hero OS running — from a one-liner Docker pull to a full local dev build.
Setup Levels
Users (quickstart)
That's it. Everything works out of the box:
Developers
Full flow:
bootstrap.sh(clones repos, sets up workspace)build-local.shormake distEnvironment Variables — 3 Ways
Users and devs can configure API keys and settings through any of these:
source ~/hero/cfg/env/*before runningIf nothing is set, the UI prompts you to configure on first use.
Image Tagging Convention
Follows semver 2.0:
hero_zero:0.1.0-devhero_zero:0.1.0-rc1hero_zero:0.1.0hero_zero:latestThe
-devsuffix signals "not stable" and sorts before the release in version ordering.Scope
hero_services/README.mdwith both flowsbootstrap.shis documented and works0.1.0-devtagging for current dev buildsDone. Two commits on
development:44507fb— README rewrite: users get docker pull:heroquickstart, developers get bootstrap → build → run flow. Env vars 3-ways, semver tagging table.bb3d627—make runnow doesdist→pack→docker runfrom source. Replaced zinit-based lifecycle with Docker equivalents.Signed-off-by: mik-tf