Skip to content

Commit 0caaaee

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part-5-create-a-workshop”
1 parent 76e91be commit 0caaaee

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ As I continue this series, I will explore two scenarios. For the first, I will c
2727

2828
# Simple workshop example:
2929

30-
Let's imagine that I plan to create a new workshop in the Go language. Go has become more and more popular among the developer community I interact with and one developer was kind enough to agree with working with me on creating this new workshop. After our first meeting, where I explained the creation process, and the expectations, we were able to quickly start working together. We defined the title, abstract, notebooks' folder name, and student range. As far as the infrastructure's requirements, a new kernel was needed. No additional scripts were required for this workshop.
30+
Let's imagine that I plan to create a new workshop in the Go language. Go has become more and more popular among the developer community I interact with and one developer (Let's call him **Matt**) was kind enough to agree with working with me on creating this new workshop. After our first meeting, where I explained the creation process, and the expectations, we were able to quickly start working together. We defined the title, abstract, notebooks' folder name, and student range. As far as the infrastructure's requirements, a new kernel was needed. No additional scripts were required for this workshop.
3131

3232
As an admin of the Workshops-on-Demand infrastructure, I had to perform several tasks:
3333

@@ -133,21 +133,21 @@ avatar: '/img/SpeakerImages/MattD.jpg'
133133
videoLink: 'https://hpe-developer-portal.s3.amazonaws.com/Workshops-on-Demand-Coming-Soon-Replay.mp4'
134134
```
135135

136-
As the developer of the Workshops-on-demand content, Matt had to perform several tasks:
136+
As the developer of the Workshops-on-Demand content, Matt had to perform several tasks:
137137

138-
##### On the backend server:
138+
### On the backend server:
139139

140-
1. ###### Log on to the backend server and clone the notebook repo in his home folder or as explained earlier fork the repo on his laptop and work from there.
141-
2. ###### Create a new branch for his workshop following the naming convention defined with the admin.
142-
3. ###### Leverage the template provided by me to build up the content of his workshop.
143-
4. ###### Test the workshop locally on his laptop or on the dev server leveraging the `test-action.sh` script
144-
5. ###### Test the workshop using the staging registration portal.
145-
6. ###### When all tests are green, create a pull request to merge content with master repo.
140+
1. ##### Log on to the backend server and clone the notebook repo in his home folder or as explained earlier fork the repo on his laptop and work from there
141+
2. ##### Create a new branch for his workshop following the naming convention defined with the admin
142+
3. ##### Leverage the template provided by me to build up the content of his workshop
143+
4. ##### Test the workshop locally on his laptop or on the dev server leveraging the `test-action.sh` script
144+
5. ##### Test the workshop using the staging registration portal
145+
6. ##### When all tests are green, create a pull request to merge content with master repo
146146

147147
As an admin, I need to check the pull request and accept it. Once done, the test/dev and staging environments will require an update.
148148

149-
1. ###### Log on to the backend server as wodadmin and update the notebook repository.
150-
2. ###### Run a wod-deliver to update the relevant backend server.
149+
1. #####Log on to the backend server as wodadmin and update the notebook repository.
150+
2. ##### Run a wod-deliver to update the relevant backend server.
151151

152152
```
153153
git remote update

0 commit comments

Comments
 (0)