Skip to content

Commit 07d1946

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part-5-create-a-workshop”
1 parent 88f53f2 commit 07d1946

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/blog/open-sourcing-workshops-on-demand-part-5-create-a-workshop.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,14 @@ Testing the workshop:
197197
Syntax: wod-test-action.sh <CREATE|CLEANUP|RESET|PURGE|PDF|WORD> WKSHOP [MIN[,MAX]
198198
ACTION is mandatory
199199
```
200-
* The available trace under ~/.mail/from will detail the different steps of the action and allow you to troubelshoot any issue.
200+
201+
`Note: The available trace under ~/.mail/from will detail the different steps of the action and allow you to troubelshoot any issue.`
201202
202203
* A set of notebooks that will be used by the student:
203204
204205
* Containing instructions cells in markdown and run code cells leveraging the relevant kernel. If you are not familiar with Jupyter notebooks, a simple [101 workshop](https://developer.hpe.com/hackshack/workshop/25) is available in our Workshops-on-Demand 's catalog.
205206
206-
A workshop should come up with at least :
207+
A workshop should have with at least :
207208
208209
* 0-ReadMeFirst.ipynb
209210
* 1-WKSHP-LAB1.ipynb
@@ -214,8 +215,8 @@ A workshop should come up with at least :
214215
* A README.md (0-ReadMeFirst.ipynb in md format)
215216
* wod.yml ( for database injection)
216217
217-
When all tests validated the workshop, it can follow the move to prod cycle.
218+
When all tests have validated the workshop, it can follow the move to prod cycle.
218219
219-
You should now have a better understanding of the necessary tasks associated to the creation of a workshop. As you can see, it requires steps on the various sides of the infrastructure. I will need to address one last point in this blog series related to the Worshops-on-Demand project, and this is the frontend part. I will explain how to deploy and mange it.
220+
You should now have a better understanding of the necessary tasks associated to the creation of a workshop. As you can see, it requires steps on the various sides of the infrastructure.In the next post, I Iwill explain how to deploy and manage the frontend part.
220221
221222
If we can be of any help in clarifying any of this, please reach out to us on [Slack](https://slack.hpedev.io/). Please be sure to check back at [HPE DEV](https://developer.hpe.com/blog) for a follow up on this. Also, don't forget to check out also the Hack Shack for new [workshops](https://developer.hpe.com/hackshack/workshops)! Willing to collaborate with us? Contact us so we can build more workshops!

0 commit comments

Comments
 (0)