Skip to content

Commit 2e88d65

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part2-deploying-the-backend”
1 parent 3922a8e commit 2e88d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,13 @@ install$ sudo ./install.sh -t backend -g staging -b jup.example.net -f notebooks
312312

313313
`install.sh` performs the following tasks:
314314

315-
* Calls the `install-system-<< distribution name >>.sh` script
315+
* Calls the `install-system-<< distribution name >>.sh` script
316316

317317
* Installs minimal required (`ansible, git, jq, openssh server, npm`)
318318

319319
* Creates an admin user as defined upper (default is `wodadmin`) with sudo rights
320320

321-
* Calls the `install-system-common.sh` script that performs the following tasks:
321+
* Calls the `install-system-common.sh` script that performs the following tasks:
322322

323323

324324
* cleanup
@@ -332,7 +332,7 @@ install$ sudo ./install.sh -t backend -g staging -b jup.example.net -f notebooks
332332
* Creates Ansible inventory files
333333

334334

335-
* Calls the `install_system.sh` script with the type (backend, frontend, etc..) that performs the following tasks:
335+
* Calls the `install_system.sh` script with the type (backend, frontend, etc..) that performs the following tasks:
336336

337337

338338
* Install the necessary stack based on selected type

0 commit comments

Comments
 (0)