You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/open-sourcing-workshops-on-demand-part-5-create-a-workshop.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ let's consider that I plan to create a new workshop on the Go language. It be
31
31
32
32
As an admin of the Workshops-on-demand infrastructure, I had to perform several tasks:
33
33
34
+
##### On the backend server:
35
+
34
36
1.###### Test and validate installation of the new kernel on the staging backend server by:
35
37
36
38
* 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
91
93
state: absent
92
94
```
93
95
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.
97
98
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.
99
101
100
-
From a frontend standpoint:
102
+
##### On the database server:
103
+
104
+
In order to exist, a workshop requires serveral things:
101
105
102
106
In the Workshops table:
103
107
@@ -151,6 +155,10 @@ Both WorkshopImg and BadgeImg are located on the same remote web server
151
155
152
156
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/).
153
157
158
+
159
+
160
+
161
+
154
162
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.
0 commit comments