Skip to content

Commit 8caa23f

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part-5-create-a-workshop”
1 parent 22c0e46 commit 8caa23f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,15 @@ As an admin of the Workshops-on-Demand infrastructure, I had to perform sever
165165

166166
##### On the backend server:
167167

168-
the workshop will require:
168+
The workshop will require:
169169

170-
* A dedicated server running docker to host the student containers in which the workshops' labs will take place.
170+
* A dedicated server running Docker to host the student containers in which the workshops' labs will take place
171171

172-
* This means preparing a server (VM or physical) : We will consider it as an appliance.
172+
* This means preparing a server (VM or physical) : We will consider it as an appliance
173173
* Updating the relevant variable file to associate the IP address of the server to the workshop (there could be multiple servers too associated to a given workshop)
174-
* A set of scripts under wod-backend/scripts or wod-private/scripts folders depending on the nature of the workshop to manage the workshop's lifecycle.
174+
* A set of scripts under wod-backend/scripts or wod-private/scripts folders depending on the nature of the workshop to manage the workshop's lifecycle
175175

176-
* Some generic scripts applying to all workshops' appliances : general setup phase setting up common requirements for any appliance (student users creation, ssh keys, etc..) up to some specific ones dedicated to a given workshop.
176+
* Some generic scripts applying to all workshops' appliances : general setup phase setting up common requirements for any appliance (student users creation, ssh keys, etc..) up to some specific ones dedicated to a given workshop
177177

178178
* create-appliance.sh (ssh keys, ldap setup)
179179
* setup-appliance.sh \[WKSHP-NAME] (Student setup, Appliance Setup, Workshop setup) calls:

0 commit comments

Comments
 (0)