Skip to content

Commit 31abaf2

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ Here's a quick look at what can be found in each:
3838

3939
**[wod-frontend](https://github.com/Workshops-on-Demand/wod-frontend):** Frontend part of the Workshops-on-Demand project.
4040

41-
* Based on NGINX and NodeJS technologies, it provides the participtants' Registration Portal used to enable
42-
43-
booking of the workshops.
41+
* Based on NGINX and NodeJS technologies, it provides the participtants' Registration Portal used to enable booking of the workshops.
4442

4543
**[wod-api-db](https://github.com/Workshops-on-Demand/wod-api-db):** Workshops-on-Demand registration portal application
4644

@@ -77,6 +75,7 @@ Before cloning the backend repository, you will need to prepare the server th
7775
1. In order to setup the backend server, you will need:
7876

7977
* 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.
78+
8079
* A Linux account with sudo priviledges on your Linux distro. Name it `install`
8180

8281
**Note:** In order to support 100 concurrent users, you need:

0 commit comments

Comments
 (0)