You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: management-portal/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,18 @@ Run locally with one command or via the AppHost. Defaults to in-memory data; set
14
14
- Run AppHost: dotnet run --project management-portal/AppHost
15
15
- Portal URL: http://localhost:8081
16
16
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
+
17
29
## Config
18
30
- DAB_GRAPHQL_URL: e.g. http://localhost:8082/graphql
0 commit comments