You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
320
320
321
321
* Calls the `install-system-common.sh` script that performs the following tasks:
322
322
323
323
324
-
* cleanup
324
+
* cleanup
325
325
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
327
327
328
-
* Create ssh keys for wodadmin
328
+
* Create ssh keys for wodadmin
329
329
330
-
* Creates GROUPNAME variables
330
+
* Creates GROUPNAME variables
331
331
332
-
* Creates Ansible inventory files
332
+
* Creates Ansible inventory files
333
333
334
334
335
335
* Calls the `install_system.sh` script with the type (backend, frontend, etc..) that performs the following tasks:
336
336
337
337
338
-
* Install the necessary stack based on selected type
338
+
* Install the necessary stack based on selected type
339
339
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
341
341
342
-
* Source the `wod.sh` file
342
+
* Source the `wod.sh` file
343
343
344
-
* Setup Ansible-galaxies (`community.general` and `posix`)
344
+
* Setup Ansible-galaxies (`community.general` and `posix`)
345
345
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`
347
347
348
348
349
349
At the end of the installation process:
@@ -387,11 +387,11 @@ install$ cd $HOME/wod-private/ansible/group_vars
387
387
388
388
* 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).
389
389
390
-
* Define the WODPRIVREPO and WODPRIVBRANCH variables as follows:
390
+
* Define the WODPRIVREPO and WODPRIVBRANCH variables as follows:
0 commit comments