Skip to content

feat: package lightweight deployment profile - #22

Merged
loonghao merged 1 commit into
mainfrom
codex/issue-11-lightweight-deploy
May 27, 2026
Merged

feat: package lightweight deployment profile#22
loonghao merged 1 commit into
mainfrom
codex/issue-11-lightweight-deploy

Conversation

@loonghao

Copy link
Copy Markdown
Owner

Summary

  • add YAML config-file support for controller and worker with CLI/env overrides
  • let the controller serve built dashboard assets via --dashboard-dir / RFARM_DASHBOARD_DIR
  • add lightweight controller/worker profiles, systemd and Windows service examples, and deployment/backup/upgrade guidance

Validation

  • cargo fmt --all
  • $env:PYO3_PYTHON='C:\Users\hallong\AppData\Local\Programs\Python\Python312\python.exe'; cargo test --workspace
  • $env:PYO3_PYTHON='C:\Users\hallong\AppData\Local\Programs\Python\Python312\python.exe'; cargo clippy --workspace --all-targets -- -D warnings
  • $env:PYO3_PYTHON='C:\Users\hallong\AppData\Local\Programs\Python\Python312\python.exe'; cargo build -p renderacre-controller -p renderacre-worker
  • npm ci
  • npm run build
  • target\debug\renderacre-controller.exe --help
  • target\debug\renderacre-worker.exe --help
  • controller config/dashboard runtime smoke on 127.0.0.1:17878
  • powershell -ExecutionPolicy Bypass -File scripts\e2e_smoke.ps1
  • git diff --check

Closes #11

@loonghao
loonghao merged commit 4e40c03 into main May 27, 2026
8 checks passed
@loonghao
loonghao deleted the codex/issue-11-lightweight-deploy branch May 27, 2026 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Package a one-command lightweight deployment profile

1 participant