Skip to content

Commit f301e0b

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

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -315,16 +315,19 @@ install$ sudo ./install.sh -t backend -g staging -b jup.example.net -f notebooks
315315
`install.sh` performs the following tasks:
316316

317317
* Calls the `install-system-<< distribution name >>.sh` script
318-
319-
* Installs minimal required (`ansible, git, jq, openssh server, npm`)
320-
* Creates an admin user as defined upper (default is `wodadmin`) with sudo rights
318+
* Installs minimal required (`ansible, git, jq, openssh server, npm`)
319+
* Creates an admin user as defined upper (default is `wodadmin`) with sudo rights
321320
* Calls the `install-system-common.sh` script that performs the following tasks:
322321

323-
* cleanup
324-
* Github repos cloning (leveraging install.repo file) : public Backend and public Private repos
325-
* Create ssh keys for wodadmin
326-
* Creates GROUPNAME variables
327-
* Creates Ansible inventory files
322+
* Cleanup
323+
324+
Github repos cloning (leveraging install.repo file) : public Backend and public Private repos
325+
326+
Create ssh keys for wodadmin
327+
328+
Creates GROUPNAME variables
329+
330+
Creates Ansible inventory files
328331
* Calls the `install_system.sh` script with the type (backend, frontend, etc..) that performs the following tasks:
329332

330333
* Install the necessary stack based on selected type

0 commit comments

Comments
 (0)