Skip to content

Commit

Permalink
Update sample-app.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdaniel authored Apr 23, 2024
1 parent c95001e commit bbfbfca
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/sample-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,18 @@ Create a codespace from the main branch of [this](https://github.com/laravel-wor

<img src="https://user-images.githubusercontent.com/1130888/233664377-f300ad50-5436-4bb8-b172-c52e12047264.png" alt="image" width="300" />

<br />

**Step 2**

Wait for the codespace to build. This should take between 5 to 10 minutes.

<img src="https://user-images.githubusercontent.com/1130888/233664397-4ae156f3-f69b-406f-b6d4-4f9316684000.png" alt="image" width="500" />

<br />

**Step 3**

Once the codespace has been created. You will see the editor and the terminal at the bottom.

<img src="https://user-images.githubusercontent.com/1130888/233665550-1a4f2098-2919-4108-ac9f-bef1a9f2f47c.png" alt="image" width="400" />

<br />

**Step 4**

Run the migrations to create the necessary database tables.
Expand All @@ -40,8 +34,6 @@ Run the migrations to create the necessary database tables.
php artisan migrate
```

<br />

**Step 5**

Start the queue worker. This will enable the processing of workflows and activities.
Expand All @@ -50,16 +42,12 @@ Start the queue worker. This will enable the processing of workflows and activit
php artisan queue:work
```

<br />

**Step 6**

Create a new terminal window.

<img src="https://user-images.githubusercontent.com/1130888/233666917-029247c7-9e6c-46de-b304-27473fd34517.png" alt="image" width="200" />

<br />

**Step 7**

Start the example workflow inside the new terminal window.
Expand All @@ -68,8 +56,6 @@ Start the example workflow inside the new terminal window.
php artisan app:workflow
```

<br />

**Step 8**

You can view the waterline dashboard via the mapped port.
Expand All @@ -80,8 +66,6 @@ Add `/waterline/dashboard` to the URL e.g. `https://[your-codespace-name]-80.pre

<img src="https://user-images.githubusercontent.com/1130888/233669600-3340ada6-5f73-4602-8d82-a81a9d43f883.png" alt="image" width="600" />

<br />

**Step 9**

Run the workflow and activity tests.
Expand Down

0 comments on commit bbfbfca

Please sign in to comment.