Skip to content

Commit b012e3a

Browse files
committed
docs(portal): add Aspire 9 prereqs and troubleshooting; keep one-command fallback documented
1 parent 737729e commit b012e3a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

management-portal/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ Run locally with one command or via the AppHost. Defaults to in-memory data; set
1414
- Run AppHost: dotnet run --project management-portal/AppHost
1515
- Portal URL: http://localhost:8081
1616

17+
Prereqs for Aspire run (CLI)
18+
- .NET 9 SDK installed (9.0.4xx or newer)
19+
- .NET Aspire 9 workload and tools installed
20+
- dotnet workload install aspire
21+
- Ensure Aspire Hosting SDK pack is 9.x under C:\Program Files\dotnet\packs\Aspire.Hosting.Sdk
22+
- Install Aspire Distributed Control Plane (DCP) and Aspire Dashboard (via Visual Studio Installer > Individual components > .NET Aspire 9)
23+
- CLI: aspire --version should show 9.x
24+
25+
Troubleshooting
26+
- If aspire run says "not an Aspire app host project" or AppHost complains about missing DCP/Dashboard, install the Aspire 9 SDK pack and DCP/Dashboard as above.
27+
- Use the one-command local scripts as a fallback while you set up Aspire.
28+
1729
## Config
1830
- DAB_GRAPHQL_URL: e.g. http://localhost:8082/graphql
1931

0 commit comments

Comments
 (0)