Skip to content

Commit 8388dcf

Browse files
Merge pull request #37 from Blazor-Data-Orchestrator:tidy-field
more documentation
2 parents c9b3ae8 + a5cb9ca commit 8388dcf

File tree

7 files changed

+13
-38
lines changed

7 files changed

+13
-38
lines changed

wiki-content/Installation.md

Lines changed: 13 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,7 @@ This guide walks you through setting up Blazor Data Orchestrator from a fresh cl
1010

1111
## Installation Flow
1212

13-
```mermaid
14-
flowchart TD
15-
%% Styling
16-
classDef step fill:#0078d4,stroke:#005a9e,stroke-width:2px,color:#fff,rx:5,ry:5;
17-
classDef decision fill:#fff,stroke:#0078d4,stroke-width:2px,rx:5,ry:5;
18-
classDef final fill:#dff6dd,stroke:#107c10,stroke-width:2px,rx:5,ry:5;
19-
20-
A[📥 Clone Repository]:::step --> B[dotnet workload restore]:::step
21-
B --> C[🚀 aspire run]:::step
22-
C --> D{First Launch?}:::decision
23-
D -->|Yes| E[🧙‍♂️ Install Wizard]:::step
24-
E --> E1[1️⃣ Step 1: Configure Database]:::step
25-
E1 --> E2[2️⃣ Step 2: Configure Storage]:::step
26-
E2 --> E3[3️⃣ Step 3: Create Admin User]:::step
27-
E3 --> E4[4️⃣ Step 4: Review Summary]:::step
28-
E4 --> F[✅ Application Ready]:::final
29-
D -->|No| F
30-
F --> G[🌐 Navigate to Web App]:::step
31-
G --> H[📊 Verify Dashboard]:::final
32-
```
13+
![Description](images/Install-overview.png)
3314

3415
---
3516

@@ -71,39 +52,33 @@ The Aspire AppHost orchestrates all services automatically:
7152

7253
All connection strings and service references are injected automatically by Aspire — no manual configuration is needed for local development.
7354

74-
---
55+
![Description](images/start-without-debugging.png)
7556

76-
## 4. Install Wizard
57+
Or open in Visual Studio or Visual Studio Code and select Debug/Start Without Debugging.
7758

78-
On first launch, the web application detects that the database schema has not been created and presents the **Install Wizard**. Follow the steps below to complete the initial setup.
59+
---
7960

80-
### Step 1: Configure Database
61+
## 4. Install Wizard
8162

82-
- The wizard displays the current SQL Server connection string (auto-configured by Aspire).
83-
- Click **Test Connection** to verify connectivity.
84-
- Click **Create Database** to run the schema creation scripts.
63+
![Description](images/launch-dashboard.png)
8564

86-
### Step 2: Configure Storage
65+
The Aspire Dashbord will open in your web browser. Locate the line that has the webapp and click the https hyperlink.
8766

88-
- The wizard displays the current Azure Storage connection (Azurite in development).
89-
- Click **Test Connection** to verify Blob, Queue, and Table access.
90-
- The required containers and tables are created automatically.
9167

92-
### Step 3: Create Admin User
68+
![Description](images/install-step-1.png)
9369

94-
- Enter the initial administrator username and password.
95-
- This account is used to sign in and manage the application.
70+
On first launch, the web application detects that the database schema has not been created and presents the **Install Wizard**.
9671

97-
### Step 4: Review Summary
72+
![Description](images/install-step-2.png)
9873

99-
- Review all configuration settings.
100-
- Click **Finish** to complete the setup.
101-
- The application redirects to the home page.
74+
Follow the steps below to complete the initial setup.
10275

10376
---
10477

10578
## 5. Verify Installation
10679

80+
![Description](images/install-step-3.png)
81+
10782
After the Install Wizard completes:
10883

10984
1. **Home page** — You should see the job list (empty on first install).
513 KB
Loading
40.5 KB
Loading
45.7 KB
Loading
31.3 KB
Loading
108 KB
Loading
43.3 KB
Loading

0 commit comments

Comments
 (0)