From 24e1965d7b89d3072465560bc99912dedd040281 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 1 Sep 2022 16:59:18 -0400 Subject: [PATCH] Update for better readability --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 06b7c186..bfe078cc 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,11 @@ Follow the instructions to deploy AURA Web from the `Docker Compose Installation`_. If you just want to try ``steering`` locally, use the provided compose setup -and be sure to put put ``AURA_PROTO=http`` in the ``.env`` file. +and be sure to put:: + + AURA_PROTO=http + +in the ``.env`` file. A better development setup for ``steering``, that pulls the docker images for ``dashboard`` and ``tank`` from Docker Hub, builds the image for ``steering`` @@ -69,7 +73,7 @@ schedules:: $ docker compose run django ./manage.py loaddata fixtures/program/rrule.json -Then, you can create a RSA Key and the clients for `dashboard` and `tank`:: +Then, you can create a RSA Key and the clients for ``dashboard`` and ``tank``:: (venv) $ ./manage.py creatersakey (venv) $ ./manage.py create_oidc_client dashboard public -r "id_token token" -u http://localhost:8080/oidc_callback.html -u http://localhost:8080/oidc_callback_silentRenew.html -p http://localhost:8080/ -- GitLab