Files
cloudlysis/docs/developer/setup.md
Vlad Durnea e9a0142396
Some checks failed
ci / ui (push) Failing after 28s
images / build-and-push (push) Failing after 19s
ci / rust (push) Failing after 2m26s
docs: add docs folder (architecture, developer, usage); update README; wire probe TTL cache + concurrency notes into docs
2026-03-30 14:32:47 +03:00

596 B

Developer Setup

Prerequisites

  • Rust toolchain (stable)
  • Node.js (LTS) for control/ui
  • Docker (optional) for local stack

Build

cargo build
cd control/ui && npm ci && npm run build

Workspace Verification

cargo fmt --check
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace
cd control/ui && npm ci && npm run lint && npm run typecheck && npm run test && npm run build

Environment

  • Gateway: routing config using file or KV
  • Projection: PROJECTION_GRPC_ADDR
  • Runner: RUNNER_GRPC_ADDR
  • NATS: URLs via service-specific settings