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
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ As an admin of the Workshops-on-demand infrastructure, I had to perform sever
33
33
34
34
##### On the backend server:
35
35
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:
37
37
38
38
* Creating a new branch for this test
39
39
* 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
44
44
* Validating the changes by testing a new backend install process.
45
45
* Pushing the changes to the github repo.
46
46
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.
50
50
51
51
##### On the database server:
52
52
@@ -106,10 +106,12 @@ As the developer of the Workshops-on-demand content, Matt had to perform seve
106
106
107
107
##### On the backend server:
108
108
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.
113
115
114
116
* Modifying the \[backend server installation yaml file ]
0 commit comments