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
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,47 +111,47 @@ A new entry will need the following:
111
111
112
112
***An id:** A workshop id to be used by backend server automation and Replays table to reference the associated replay video of the workshop.
113
113
114
-
**A name:** The workshop's name as it will will be displayed on the registration portal.
114
+
***A name:** The workshop's name as it will will be displayed on the registration portal.
115
115
116
-
**A name of the folder** containing all the workshop's notebooks
116
+
***A name of the folder** containing all the workshop's notebooks
117
117
118
-
**A description / abstract**
118
+
***A description / abstract**
119
119
120
-
**A capacity:** The number of maximum concurrent students allowed to take on the workshop.
120
+
***A capacity:** The number of maximum concurrent students allowed to take on the workshop.
121
121
122
-
**A student range:** The range between which students get picked at registration time.
122
+
***A student range:** The range between which students get picked at registration time.
123
123
124
-
**Reset and ldap** entries are to be used by backend server automation if dedicated reset scripts and ldap authentication are required by the workshop.
124
+
***Reset and ldap** entries are to be used by backend server automation if dedicated reset scripts and ldap authentication are required by the workshop.
125
125
126
-
**A session type:** Workshops-on-Demand by default
126
+
***A session type:** Workshops-on-Demand by default
127
127
128
-
**A location:** If your setup includes multiple production sites, use this field to allocate workshops according to your needs. In the case of the HPE Developer Community, some workshops can only run on a HPE GreenLake cloud environment. As a consequence, the location is set to greenlake in this case.
128
+
***A location:** If your setup includes multiple production sites, use this field to allocate workshops according to your needs. In the case of the HPE Developer Community, some workshops can only run on a HPE GreenLake cloud environment. As a consequence, the location is set to greenlake in this case.
129
129
130
-
**Avatar, role and replayLink** are superseeded by entries in the replay table. I will explain later.
130
+
***Avatar, role and replayLink** are superseeded by entries in the replay table. I will explain later.
131
131
132
132

133
133
134
-
**Compile:** This entry will be filled with the name of a script to be compiled at deployment time. This feature allows for instance the admin to hide login scripts and credentials in non-editable executable files.
134
+
***Compile:** This entry will be filled with the name of a script to be compiled at deployment time. This feature allows for instance the admin to hide login scripts and credentials in non-editable executable files.
135
135
136
-
**Varpass:** This defines whethere a workshop require some password variable to be leveraged or not.
136
+
***Varpass:** This defines whethere a workshop require some password variable to be leveraged or not.
137
137
138
-
**ReplayId:** This entry links the dedicated replay video to the workshop. it enables the presence of the replay in the learn more page of the workshop.
138
+
***ReplayId:** This entry links the dedicated replay video to the workshop. it enables the presence of the replay in the learn more page of the workshop.
139
139
140
-
**WorkshopImg:** As part of the lifecycle of the workshop, several emails are sent to the student. A workshop image is embbeded in the first emails.
140
+
***WorkshopImg:** As part of the lifecycle of the workshop, several emails are sent to the student. A workshop image is embbeded in the first emails.
141
141
142
-
**BadgeImg:** As part of the lifecycle of the workshop, several emails are sent to the student. In the final email, a badge is included. It allows the student to share its accomplishment on SoME like linkedin for instance.
142
+
***BadgeImg:** As part of the lifecycle of the workshop, several emails are sent to the student. In the final email, a badge is included. It allows the student to share its accomplishment on SoME like linkedin for instance.
143
143
144
144
***Note:***
145
145
146
146
Both WorkshopImg and BadgeImg are located on the same remote web server.
147
147
148
-
**Beta:** Not implemented yet :-)
148
+
***Beta:** Not implemented yet :-)
149
149
150
-
**Category:** The workshops' registration portal proposes several filters to display the catlog's content. You can view all workshops, the most poular ones, or by category. Use this field to sort workshops accordingly.
150
+
***Category:** The workshops' registration portal proposes several filters to display the catlog's content. You can view all workshops, the most poular ones, or by category. Use this field to sort workshops accordingly.
151
151
152
-
**AlternateLocation:** Not implemented yet. The purpose is allow automation of the relocation of a workshop in case of primary location's failure.
152
+
***AlternateLocation:** Not implemented yet. The purpose is allow automation of the relocation of a workshop in case of primary location's failure.
153
153
154
-
**Duration:** All workshops are time bombed. You will define here the time alloacted to perform the workshop.
154
+
***Duration:** All workshops are time bombed. You will define here the time alloacted to perform the workshop.
155
155
156
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/).
0 commit comments