Skip to content

Commit 1fc3940

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part-5-create-a-workshop”
1 parent 652dd22 commit 1fc3940

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

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

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ let's consider that I plan to create a new workshop on the Go language. It be
3131

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

34+
##### On the backend server:
35+
3436
1. ###### Test and validate installation of the new kernel on the staging backend server by:
3537

3638
* Creating a new branch for this test
@@ -91,13 +93,15 @@ As an admin of the Workshops-on-demand infrastructure, I had to perform sever
9193
state: absent
9294
```
9395

94-
* Validating the changes by testing a new backend insatll process.*
95-

96-
2.
96+
* Validating the changes by testing a new backend install process.
97+
* Pushing the changes to the github repo.
9798

98-
In order to exist, a workshop requires serveral things:
99+
2. ###### Create a user for the workshop developer on the staging backend server.
100+
3. ###### Copy over the workshop developer's home folder a workshop template containing examples of introduction, conclusion and lab notebooks, allowing him to start his work.
99101

100-
From a frontend standpoint:
102+
##### On the database server:
103+
104+
In order to exist, a workshop requires serveral things:
101105

102106
In the Workshops table:
103107

@@ -151,6 +155,10 @@ Both WorkshopImg and BadgeImg are located on the same remote web server
151155

152156
If you feel you need more details about the registration process, please take a look at the **Register Phase** paragraph in [the following introductionary blog](https://developer.hpe.com/blog/willing-to-build-up-your-own-workshops-on-demand-infrastructure/).
153157

158+
159+
160+
161+
154162
A set of notebooks that will be used by the student to follow 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.
155163

156164
Optional:

0 commit comments

Comments
 (0)