Skip to content

Commit 652dd22

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part-5-create-a-workshop”
1 parent 8d54bb9 commit 652dd22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let's consider that I plan to create a new workshop on the Go language. It be
3131

3232
As an admin of the Workshops-on-demand infrastructure, I had to perform several tasks:
3333

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

3636
* Creating a new branch for this test
3737
* 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.
@@ -56,7 +56,6 @@ As an admin of the Workshops-on-demand infrastructure, I had to perform sever
5656
- psacct
5757
- golang
5858
state: present
59-
.....
6059
6160
- name: Ensure Go kernel is installed
6261
shell: env GO111MODULE=off go get -d -u github.com/gopherdata/gophernotes && cd "{{ ansible_env.HOME }}/go/src/github.com/gopherdata/gophernotes" && env GO111MODULE=off go install && mkdir -p {{ JPHUB }}/share/jupyter/kernels/gophernotes && cp kernel/* {{ JPHUB }}/share/jupyter/kernels/gophernotes
@@ -91,8 +90,9 @@ As an admin of the Workshops-on-demand infrastructure, I had to perform sever
9190
path: '{{ ansible_env.HOME }}/go'
9291
state: absent
9392
```
94-
* Validating the changes by testing a new backend insatll process.
95-
*
93+
94+
* Validating the changes by testing a new backend insatll process.*
95+

9696
2.
9797

9898
In order to exist, a workshop requires serveral things:

0 commit comments

Comments
 (0)