@@ -14,24 +14,18 @@ Create a codespace from the main branch of [this](https://github.com/laravel-wor
14
14
15
15
<img src =" https://user-images.githubusercontent.com/1130888/233664377-f300ad50-5436-4bb8-b172-c52e12047264.png " alt =" image " width =" 300 " />
16
16
17
- <br />
18
-
19
17
** Step 2**
20
18
21
19
Wait for the codespace to build. This should take between 5 to 10 minutes.
22
20
23
21
<img src =" https://user-images.githubusercontent.com/1130888/233664397-4ae156f3-f69b-406f-b6d4-4f9316684000.png " alt =" image " width =" 500 " />
24
22
25
- <br />
26
-
27
23
** Step 3**
28
24
29
25
Once the codespace has been created. You will see the editor and the terminal at the bottom.
30
26
31
27
<img src =" https://user-images.githubusercontent.com/1130888/233665550-1a4f2098-2919-4108-ac9f-bef1a9f2f47c.png " alt =" image " width =" 400 " />
32
28
33
- <br />
34
-
35
29
** Step 4**
36
30
37
31
Run the migrations to create the necessary database tables.
@@ -40,8 +34,6 @@ Run the migrations to create the necessary database tables.
40
34
php artisan migrate
41
35
```
42
36
43
- <br />
44
-
45
37
** Step 5**
46
38
47
39
Start the queue worker. This will enable the processing of workflows and activities.
@@ -50,16 +42,12 @@ Start the queue worker. This will enable the processing of workflows and activit
50
42
php artisan queue:work
51
43
```
52
44
53
- <br />
54
-
55
45
** Step 6**
56
46
57
47
Create a new terminal window.
58
48
59
49
<img src =" https://user-images.githubusercontent.com/1130888/233666917-029247c7-9e6c-46de-b304-27473fd34517.png " alt =" image " width =" 200 " />
60
50
61
- <br />
62
-
63
51
** Step 7**
64
52
65
53
Start the example workflow inside the new terminal window.
@@ -68,8 +56,6 @@ Start the example workflow inside the new terminal window.
68
56
php artisan app:workflow
69
57
```
70
58
71
- <br />
72
-
73
59
** Step 8**
74
60
75
61
You can view the waterline dashboard via the mapped port.
@@ -80,8 +66,6 @@ Add `/waterline/dashboard` to the URL e.g. `https://[your-codespace-name]-80.pre
80
66
81
67
<img src =" https://user-images.githubusercontent.com/1130888/233669600-3340ada6-5f73-4602-8d82-a81a9d43f883.png " alt =" image " width =" 600 " />
82
68
83
- <br />
84
-
85
69
** Step 9**
86
70
87
71
Run the workflow and activity tests.
0 commit comments