Update post build instructions
This commit is contained in:
@ -121,11 +121,13 @@ export function main() {
|
|||||||
"",
|
"",
|
||||||
`👉 $ ./${pathRelative(reactProjectDirPath, pathJoin(keycloakThemeBuildingDirPath, containerLaunchScriptBasename))} 👈`,
|
`👉 $ ./${pathRelative(reactProjectDirPath, pathJoin(keycloakThemeBuildingDirPath, containerLaunchScriptBasename))} 👈`,
|
||||||
"",
|
"",
|
||||||
'To enable the theme within keycloak log into the admin console ( 👉 http://localhost:8080 username: admin, password: admin 👈), create a realm (called "myrealm" for example),',
|
"To test your theme: ",
|
||||||
`go to your realm settings, click on the theme tab then select ${themeName}.`,
|
"- Log into the admin console 👉 http://localhost:8080 username: admin, password: admin 👈",
|
||||||
`More details: https://www.keycloak.org/getting-started/getting-started-docker`,
|
'- Create a realm named "myrealm"',
|
||||||
"",
|
'- Create a client with id "myclient" and root url: "https://www.keycloak.org/app/"',
|
||||||
"Once your container is up and configured 👉 http://localhost:8080/auth/realms/myrealm/account 👈",
|
`- 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`,
|
||||||
"",
|
"",
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user