Add a video to show how to test the theme in a local container
This commit is contained in:
@ -121,13 +121,14 @@ export function main() {
|
|||||||
"",
|
"",
|
||||||
`👉 $ ./${pathRelative(reactProjectDirPath, pathJoin(keycloakThemeBuildingDirPath, containerLaunchScriptBasename))} 👈`,
|
`👉 $ ./${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 👈",
|
"- Log into the admin console 👉 http://localhost:8080 username: admin, password: admin 👈",
|
||||||
'- Create a realm named "myrealm"',
|
'- Create a realm named "myrealm"',
|
||||||
'- Create a client with id "myclient" and root url: "https://www.keycloak.org/app/"',
|
'- 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)`,
|
`- 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"`,
|
`- Go to 👉 https://www.keycloak.org/app/ 👈 Click "Save" then "Sign in". You should see your login page`,
|
||||||
`You should see your login page, More details: https://www.keycloak.org/getting-started/getting-started-docker`,
|
"",
|
||||||
|
"Video demoing this process: https://youtu.be/N3wlBoH4hKg",
|
||||||
"",
|
"",
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user