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
287
279
* Calls the `install-system-common.sh` script that performs the following tasks:
288
-
289
280
* Cleanup
290
281
* Github repos cloning (leveraging install.repo file) : public Backend and public Private repos
291
282
* Create ssh keys for wodadmin
292
283
* Creates GROUPNAME variables
293
284
* Creates Ansible inventory files
294
285
* Calls the `install_system.sh` script with the type (backend, frontend, etc..) that performs the following tasks:
295
-
296
286
* Install the necessary stack based on selected type
297
287
* Create a `wod.sh` script in `wod-backend` directory to be used by all other scripts
298
288
* Source the `wod.sh` file
299
289
* Setup Ansible-galaxies (`community.general` and `posix`)
300
290
* Setup Ansible and call the playbook `install_<type>.yml` followed by the `ansible\_check\_<type>.yml`
301
291
302
292
At the end of the installation process:
303
-
304
293
* you will have a JupyterHub server running on port 8000
305
294
* You will get a new `wodadmin` user (Default admin)
306
295
* You will get a set of 20 students (Default value)
@@ -336,7 +325,6 @@ The principle remains similar, with a few differences explained below.
336
325
Please refer to the following [url](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) to generate a `token` file in `install` directory of WoD-backend:
337
326
338
327
* Edit the `install.priv` file located in `install` directory of WoD-backend:
339
-
340
328
* Create line before variable declaration: ``token=`cat $EXEPATH/token` ``
341
329
* Use the token in the url WODPRIVREPO="git clone https://user:[email protected]/Account/wod-private.git wod-private"
0 commit comments