Skip to content

Commit f11cf57

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

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ As an admin of the Workshops-on-demand infrastructure, I had to perform sever
3333

3434
##### On the backend server:
3535

36-
1. ##### Test and validate installation of the new kernel on the staging backend server by:
36+
1. ###### Test and validate installation of the new kernel on the staging backend server by:
3737

3838
* Creating a new branch for this test
3939
* Modifying the [backend server installation yaml file ](https://github.com/Workshops-on-Demand/wod-backend/blob/main/ansible/install_backend.yml#L326)to include the new kernel.
@@ -44,9 +44,9 @@ As an admin of the Workshops-on-demand infrastructure, I had to perform sever
4444
* Validating the changes by testing a new backend install process.
4545
* Pushing the changes to the github repo.
4646

47-
2. ##### Creating a user for the workshop developer on the test/dev and staging backend servers.
48-
3. ##### Providing to the developer the necessary information to connect to the test/dev and staging backend servers.
49-
4. ##### 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.
47+
2. ###### Creating a user for the workshop developer on the test/dev and staging backend servers.
48+
3. ###### Providing to the developer the necessary information to connect to the test/dev and staging backend servers.
49+
4. ###### 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.
5050

5151
##### On the database server:
5252

@@ -106,10 +106,12 @@ As the developer of the Workshops-on-demand content, Matt had to perform seve
106106

107107
##### On the backend server:
108108

109-
1. ##### Log on to the backend server and clone the notebook repo in his home folder.
110-
2. ##### Create a new branch for his workshop following the naming convention defined with the admin.
111-
3. Leverage the template provided by me to build up the content of his workshop.
112-
4. Test the workshop leveraging the `test-action.sh` script
109+
1. ###### Log on to the backend server and clone the notebook repo in his home folder.
110+
2. ###### Create a new branch for his workshop following the naming convention defined with the admin and clone the notebooks repo.
111+
3. ###### Leverage the template provided by me to build up the content of his workshop.
112+
4. ###### Test the workshop leveraging the `test-action.sh` script
113+
5. ###### Test the workshop using the staging registration portal.
114+
6. ###### When all tests are green, create a pull request to merge content with master repo.
113115

114116
* Modifying the \[backend server installation yaml file ]
115117

0 commit comments

Comments
 (0)