Skip to content

Commit 33c4f36

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part2-deploying-the-backend”
1 parent 8661fa2 commit 33c4f36

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Before cloning the backend repository, you will need to prepare the server th
7777
1. In order to setup the backend server, you will need:
7878

7979
* A fresh OS install on physical / virtualized server running Ubuntu 20.04 or Centos 7.9 leveraging any deployment mechanism of your choice.(e.g. iLO, vagrant, etc.). You may even use this [vagrant file](https://github.com/Workshops-on-Demand/wod-backend/blob/main/install/Vagrantfile) to automatically generate a complete setup leveraging vagrant, libvirt and QEMU/KVM.
80+
8081
* A Linux account with sudo priviledges on your Linux distro. Name it `install`
8182

8283
**Note:** In order to support 100 concurrent users, you need:
@@ -98,9 +99,9 @@ We are currently using a DL360 Gen10 server on our different production sites
9899

99100
* Examine default installation parameters and adapt when necessary accordingly. Files are self documented.
100101

101-
* Look at the following files within `ansible/group_vars` directory.
102+
* Look at the following files within `ansible/group_vars` directory.
102103

103-
* `all.yml` file
104+
* `all.yml` file
104105

105106
```shellsession
106107
vi all.yml
@@ -173,7 +174,7 @@ We are currently using a DL360 Gen10 server on our different production sites
173174
ANSIBLEPRIVDIR: "{{ WODPRIVDIR }}/ansible"
174175
```
175176

176-
* `wod-backend` file
177+
* `wod-backend` file
177178

178179
```shellsession
179180
vi wod-backend
@@ -229,7 +230,7 @@ We are currently using a DL360 Gen10 server on our different production sites
229230
DATAVISUPORT1-WKSHP-DataVisu101: 22101
230231
DATAVISUPORT2-WKSHP-DataVisu101: 22131
231232
```
232-
* `wod-system` file
233+
* `wod-system` file
233234

234235
```shellsession
235236
vi wod-system

0 commit comments

Comments
 (0)