Skip to content

Commit

Permalink
Update Blog “open-sourcing-workshops-on-demand-part-5-create-a-workshop”
Browse files Browse the repository at this point in the history
  • Loading branch information
pattdepanick committed Oct 21, 2024
1 parent a752e45 commit 9f88c2b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ As an admin of the Workshops-on-Demand infrastructure, I had to perform sever

##### On the backend server:

the workshop will require:
The workshop will require:

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

* This means preparing a server (VM or physical) : We will consider it as an appliance.
* This means preparing a server (VM or physical) : We will consider it as an appliance
* 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)
* 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.
* 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

* 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.
* 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

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

0 comments on commit 9f88c2b

Please sign in to comment.