From 1cc1fd0a5a38ab9d845b39bc6d46ec13c2ab882a Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 8 Dec 2021 15:28:26 +0100 Subject: [PATCH] Add a video to show how to test the theme in a local container --- src/bin/build-keycloak-theme/build-keycloak-theme.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/bin/build-keycloak-theme/build-keycloak-theme.ts b/src/bin/build-keycloak-theme/build-keycloak-theme.ts index 41cae1fe..f32ae600 100644 --- a/src/bin/build-keycloak-theme/build-keycloak-theme.ts +++ b/src/bin/build-keycloak-theme/build-keycloak-theme.ts @@ -121,13 +121,14 @@ export function main() { "", `👉 $ ./${pathRelative(reactProjectDirPath, pathJoin(keycloakThemeBuildingDirPath, containerLaunchScriptBasename))} 👈`, "", - "To test your theme: ", + "Once your container is up and running: ", "- Log into the admin console 👉 http://localhost:8080 username: admin, password: admin 👈", '- Create a realm named "myrealm"', '- Create a client with id "myclient" and root url: "https://www.keycloak.org/app/"', `- Select Login Theme: ${themeName} (don't forget to save at the bottom of the page)`, - `- Go to 👉 https://www.keycloak.org/app/ 👈 Click "Save" then "Sign in"`, - `You should see your login page, More details: https://www.keycloak.org/getting-started/getting-started-docker`, + `- Go to 👉 https://www.keycloak.org/app/ 👈 Click "Save" then "Sign in". You should see your login page`, + "", + "Video demoing this process: https://youtu.be/N3wlBoH4hKg", "", ].join("\n"), );