feat: Add single-command install script, uninstall script, and CI workflow #68
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_compute#68
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?
Context
hero_compute currently requires a multi-step manual setup process (clone repo,
make configure,make start). This makes it hard for new users and for automated deployments.Objective
Provide a single-command installer that handles the entire setup — downloading pre-built binaries, installing system dependencies, and starting all services — so users can get hero_compute running with one
curl | bashcommand.Deliverables
1. Install script (
scripts/install.sh)--envflag for environment selection (development,testing,canary,production)2. Uninstall script (
scripts/uninstall.sh)3. CI workflow (
.forgejo/workflows/test-install.yaml)Usage
Acceptance Criteria
curl | bashinstalls hero_compute on a fresh Debian/Ubuntu system~/hero/bin/scripts/uninstall.shcleanly removes everythingPR
#64
Already Introduced in #63