Skip to content

Commit 1e3a406

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ Before cloning the backend repository, you will need to prepare the server th
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
7878

79-
8079
**Note**: In order to support 100 concurrent users, you need:
81-
8280
* 2 cpus or more machine
8381
* 128 GB of RAM
8482
* 500 GB of storage
@@ -88,7 +86,6 @@ We are currently using an HPE ProLiant DL360 Gen10 server on our different produ
8886
2. When done with OS installation and preparation
8987

9088
* From the WoD-backend server (aka JupyterHub server), as the install user, you will need to clone the repo first.
91-
9289
```
9390
install$ git clone https://github.com/Workshops-on-Demand/wod-backend.git
9491
install$ cd wod-backend/

0 commit comments

Comments
 (0)