Installer Wizard & Packs (spx-examples)
Use the spx-examples installer to assemble a ready-to-run bundle of models, services, and optional UI.
Golden path (6 steps)
git clone https://github.com/HammerHeads-Engineers/spx-examples.git cd spx-examplesexport SPX_PRODUCT_KEY="YOUR_REAL_KEY"$env:SPX_PRODUCT_KEY = "YOUR_REAL_KEY"python -m installer generate \ --packages smart_building_pack \ --profile-ids bms_quickstart \ --with-ui \ --output build/spx-generatedcd build/spx-generateddocker compose -f docker-compose.generated.yml --env-file .env ps curl -fsS http://localhost:8000/health
Prerequisites
Variable
Purpose
Example
Run the installer from the repo (interactive wizard)
Non-interactive generation
Model conventions used by current packs
What gets generated
Start and stop the stack
Security and CI notes
How to verify (Integrator / QA / Developer)
Cleanup and uninstall
Build shareable installer packages (optional)
Packs and profiles
Last updated

