Skip to content

Commit 0585d58

Browse files
committed
Update Blog “open-sourcing-workshops-on-demand-part2-deploying-the-backend”
1 parent 5aca317 commit 0585d58

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,13 @@ See the example below for a backend server.
283283
* Creates GROUPNAME variables
284284
* Creates Ansible inventory files
285285
* Calls the `install_system.sh` script with the type (backend, frontend, etc..) that performs the following tasks:
286-
287286
* Install the necessary stack based on selected type
288287
* Create a `wod.sh` script in `wod-backend` directory to be used by all other scripts
289288
* Source the `wod.sh` file
290289
* Setup Ansible-galaxies (`community.general` and `posix`)
291290
* Setup Ansible and call the playbook `install_<type>.yml` followed by the `ansible\_check\_<type>.yml`
292291

293292
At the end of the installation process:
294-
295293
* you will have a JupyterHub server running on port 8000
296294
* You will get a new `wodadmin` user (Default admin)
297295
* You will get a set of 20 students (Default value)
@@ -319,16 +317,14 @@ The principle remains similar, with a few differences explained below.
319317
* 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).
320318

321319
* Define the WODPRIVREPO and WODPRIVBRANCH variables as follows:
322-
323320
* WODPRIVBRANCH="main"
324321
* WODPRIVREPO="[email protected]:Account/Private-Repo.git wod-private"
325322

326323
**Note:** When using a token
327324

328325
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:
329326

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:
332328
* Create line before variable declaration: ``token=`cat $EXEPATH/token` ``
333329
* Use the token in the url WODPRIVREPO="git clone https://user:[email protected]/Account/wod-private.git wod-private"
334330

0 commit comments

Comments
 (0)