Skip to content

Commit f53e165

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part2-deploying-the-backend”
1 parent d986360 commit f53e165

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

content/blog/open-sourcing-workshops-on-demand-part2-deploying-the-backend.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ In the first [article](https://developer.hpe.com/blog/willing-to-build-up-your-o
1212

1313
The overall infrastructure can run on physical servers or VMs. We usually designate one server for the frontend and a second server for the backend. You could also decide to separate every single component of each side.
1414

15-
16-
1715
![](/img/howto-wod-5.png)
1816

1917
## How to deploy your own backend...
@@ -80,23 +78,19 @@ Before cloning the backend repository, you will need to prepare the server th
8078
• 128 GB of RAM
8179
• 500 GB of storage
8280

83-
84-
8581
We are currently using an HPE ProLiant DL360 Gen10 server on our different production sites.
8682

8783
2. When done with OS installation and preparation
8884
• From the WoD-backend server (aka JupyterHub server), as the install user, you will need to clone the repo first.
8985

90-
```shellsession
86+
```
9187
install$ git clone https://github.com/Workshops-on-Demand/wod-backend.git
9288
install$ cd wod-backend/
9389
```
90+
• Examine default installation parameters and adapt when necessary accordingly. Files are self-documented.
91+
• Look at the following files within ansible/group_vars directory.
9492

95-
96-
• Examine default installation parameters and adapt when necessary accordingly. Files are self-documented.
97-
• Look at the following files within ansible/group_vars directory.
98-
99-
•`all.yml` file
93+
`all.yml` file
10094

10195
```shellsession
10296
vi all.yml

0 commit comments

Comments
 (0)