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
Copy file name to clipboardExpand all lines: content/blog/open-sourcing-workshops-on-demand-part2-deploying-the-backend.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,15 +283,13 @@ See the example below for a backend server.
283
283
* Creates GROUPNAME variables
284
284
* Creates Ansible inventory files
285
285
* Calls the `install_system.sh` script with the type (backend, frontend, etc..) that performs the following tasks:
286
-
287
286
* Install the necessary stack based on selected type
288
287
* Create a `wod.sh` script in `wod-backend` directory to be used by all other scripts
289
288
* Source the `wod.sh` file
290
289
* Setup Ansible-galaxies (`community.general` and `posix`)
291
290
* Setup Ansible and call the playbook `install_<type>.yml` followed by the `ansible\_check\_<type>.yml`
292
291
293
292
At the end of the installation process:
294
-
295
293
* you will have a JupyterHub server running on port 8000
296
294
* You will get a new `wodadmin` user (Default admin)
297
295
* You will get a set of 20 students (Default value)
@@ -319,16 +317,14 @@ The principle remains similar, with a few differences explained below.
319
317
* 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).
320
318
321
319
* Define the WODPRIVREPO and WODPRIVBRANCH variables as follows:
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:
329
326
330
-
* Edit the `install.priv` file located in `install` directory of WoD-backend:
331
-
327
+
* Edit the `install.priv` file located in `install` directory of WoD-backend:
332
328
* Create line before variable declaration: ``token=`cat $EXEPATH/token` ``
333
329
* Use the token in the url WODPRIVREPO="git clone https://user:[email protected]/Account/wod-private.git wod-private"
0 commit comments