Skip to content

Commit c6263f5

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ In order to setup the backend server, you will need:
7575

7676
* 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 to automatically generate a complete setup leveraging vagrant, libvirt and QEMU/KVM.
7777
* A Linux account with sudo priviledges on your Linux distro. Name it install
78-
7978
**Note**: In order to support 100 concurrent users, you need:
8079

8180
* 2 cpus or more machine
@@ -93,7 +92,7 @@ install$ git clone https://github.com/Workshops-on-Demand/wod-backend.git
9392
install$ cd wod-backend/
9493
```
9594

96-
* Examine default installation parameters and adapt when necessary accordingly. Files are self-documented.
95+
* Examine default installation parameters and adapt when necessary accordingly. Files are self-documented.
9796
* Look at the following files within ansible/group_vars directory.
9897

9998
`all.yml` file

0 commit comments

Comments
 (0)