enrich the setup. setup fixes. minimize the consolidation plan
This commit is contained in:
@@ -90,6 +90,28 @@ dotnet run --project src/Cli/StellaOps.Cli/StellaOps.Cli.csproj -- `
|
||||
|
||||
---
|
||||
|
||||
## 1b. Runtime data assets
|
||||
|
||||
Some services need files that `dotnet build` does not produce. For local dev the
|
||||
most impactful one is the ONNX embedding model used by AdvisoryAI for semantic
|
||||
search. Without it the encoder falls back to a reduced-quality projection.
|
||||
|
||||
```bash
|
||||
# Download the embedding model (~80 MB) — run once after cloning
|
||||
./devops/runtime-assets/acquire.sh --models
|
||||
|
||||
# Optional: JDK + Ghidra for binary analysis (~1.6 GB)
|
||||
./devops/runtime-assets/acquire.sh --ghidra
|
||||
|
||||
# Verify all assets
|
||||
./devops/runtime-assets/acquire.sh --verify
|
||||
```
|
||||
|
||||
Full inventory, Docker volume mounts, and air-gap packaging:
|
||||
[`devops/runtime-assets/README.md`](../../devops/runtime-assets/README.md).
|
||||
|
||||
---
|
||||
|
||||
## 2. Hosts file setup
|
||||
|
||||
Each service binds to a unique loopback IP so all can use ports 443/80 without collisions.
|
||||
|
||||
Reference in New Issue
Block a user