Skip to content

Commit b168407

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part-5-create-a-workshop”
1 parent 739228f commit b168407

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ disable: false
77
---
88
In this new article that is part of this series dedicated to the [open sourcing of our Workshops-on-Demand project](https://developer.hpe.com/blog/willing-to-build-up-your-own-workshops-on-demand-infrastructure/), I will focus on the necessary steps to build up a new workshop. I already covered most of the infrastructure part that supports the workshops. It now makes sense to emphasize a bit on the content creation.
99

10+
Here is a simple flowchart describing the 10000 feet view of the creation process:
11+
12+
![](/img/wod-b-process.png "Workshop's creation flow.")
13+
14+
15+
1016
In order to exist, a workshop requires serveral things:
1117

1218
From a frontend standpoint:
@@ -27,21 +33,21 @@ A new entry will need the following:
2733

2834
**A capacity:** The number of maximum concurrent students allowed to take on the workshop.
2935

30-
A student range: The range between which students get picked at registration time.
36+
**A student range:** The range between which students get picked at registration time.
3137

32-
Reset and ldap entries are to be used by backend server automation if dedicated reset scripts and ldap authentication are required by the workshop.
38+
**Reset and ldap** entries are to be used by backend server automation if dedicated reset scripts and ldap authentication are required by the workshop.
3339

34-
A session type (Workshops-on-Demand by default)
40+
**A session type:** Workshops-on-Demand by default
3541

36-
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.
42+
**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.
3743

38-
Avatar, role and replayLink are superseeded by entries in the replay table. I will explain later.
44+
**Avatar, role and replayLink** are superseeded by entries in the replay table. I will explain later.
3945

4046
![](/img/wod-db-entry2.png "Workshop's fields in the Database #2.")
4147

42-
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.
48+
**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.
4349

44-
Varpass: This defines whethere a workshop require some password variable to be leveraged or not.
50+
**Varpass:** This defines whethere a workshop require some password variable to be leveraged or not.
4551

4652
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.
4753

static/img/wod-b-process.png

320 KB
Loading

0 commit comments

Comments
 (0)