From fd39d943530d6bc13c3d93d9579cc65e31bf089b Mon Sep 17 00:00:00 2001 From: Brian McCullough Date: Tue, 6 Aug 2024 10:34:49 -0400 Subject: [PATCH] Further adjustments to README procedure. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b04e1c2..b1cf555 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ Finally, change into the `oidc_registration` sub-directory. ### Continuing -At this point, you should have created all of the certificates and configuration files -needed by this system. +At this point, if you followed the Manual procedure, you should have created all +of the certificates and configuration files needed by this system. ### Build the applications @@ -93,6 +93,11 @@ Use `make` to build the web app resources and applications: go install github.com/nicksnyder/go-i18n/v2/goi18n@latest ``` +## Deployment options + +Before you continue, you need to make the binaries. + + ### Build the applications Use `make` to build the web app resources and applications: @@ -101,7 +106,8 @@ Use `make` to build the web app resources and applications: make ``` -## Deployment options +Before continuing, you need to install Ansible. You can use the one in the Debian 12 +repository. Just Apt-Get Install "ansible". There are two deployment options for the Hydra server and for the custom applications: @@ -110,8 +116,6 @@ There are two deployment options for the Hydra server and for the custom applica You only need one of these options. -Both options use [ansible](https://docs.ansible.com/) to: - - setup the Hydra authorization server - setup IDP (provides login and consent screens) - setup demo application