Skip to content

Commit 3922a8e

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

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -314,36 +314,36 @@ install$ sudo ./install.sh -t backend -g staging -b jup.example.net -f notebooks
314314

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

317-
* Installs minimal required (`ansible, git, jq, openssh server, npm`)
317+
* Installs minimal required (`ansible, git, jq, openssh server, npm`)
318318

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

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

323323

324-
* cleanup
324+
* cleanup
325325

326-
* Github repos cloning (leveraging install.repo file) : public Backend and public Private repos
326+
* Github repos cloning (leveraging install.repo file) : public Backend and public Private repos
327327

328-
* Create ssh keys for wodadmin
328+
* Create ssh keys for wodadmin
329329

330-
* Creates GROUPNAME variables
330+
* Creates GROUPNAME variables
331331

332-
* Creates Ansible inventory files
332+
* Creates Ansible inventory files
333333

334334

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

337337

338-
* Install the necessary stack based on selected type
338+
* Install the necessary stack based on selected type
339339

340-
* Create a `wod.sh` script in `wod-backend` directory to be used by all other scripts
340+
* Create a `wod.sh` script in `wod-backend` directory to be used by all other scripts
341341

342-
* Source the `wod.sh` file
342+
* Source the `wod.sh` file
343343

344-
* Setup Ansible-galaxies (`community.general` and `posix`)
344+
* Setup Ansible-galaxies (`community.general` and `posix`)
345345

346-
* Setup Ansible and call the playbook `install_<type>.yml` followed by the `ansible\_check\_<type>.yml`
346+
* Setup Ansible and call the playbook `install_<type>.yml` followed by the `ansible\_check\_<type>.yml`
347347

348348

349349
At the end of the installation process:
@@ -387,11 +387,11 @@ install$ cd $HOME/wod-private/ansible/group_vars
387387

388388
* Create an `install.priv` file located in `install` directory when using a private repo (consider looking at [install.repo](https://github.com/Workshops-on-Demand/wod-backend/blob/main/install/install.repo) file for a better understanding of the variables).
389389

390-
* Define the WODPRIVREPO and WODPRIVBRANCH variables as follows:
390+
* Define the WODPRIVREPO and WODPRIVBRANCH variables as follows:
391391

392-
* WODPRIVBRANCH="main"
392+
* WODPRIVBRANCH="main"
393393

394-
* WODPRIVREPO="[email protected]:Account/Private-Repo.git wod-private"
394+
* WODPRIVREPO="[email protected]:Account/Private-Repo.git wod-private"
395395

396396

397397
**Note:** When using a token
@@ -400,9 +400,9 @@ Please refer to the following [url](https://docs.github.com/en/authentication/ke
400400

401401
* Edit the `install.priv` file located in `install` directory of WoD-backend:
402402

403-
* Create line before variable declaration: ``token=`cat $EXEPATH/token` ``
403+
* Create line before variable declaration: ``token=`cat $EXEPATH/token` ``
404404

405-
* Use the token in the url WODPRIVREPO="git clone https://user:[email protected]/Account/wod-private.git wod-private"
405+
* Use the token in the url WODPRIVREPO="git clone https://user:[email protected]/Account/wod-private.git wod-private"
406406

407407

408408
You are now ready to perform the installation again to support a private repository.

0 commit comments

Comments
 (0)