Update post build instructions

This commit is contained in:
garronej
2023-04-20 18:15:03 +02:00
parent 840b5e1312
commit 6223d91291

View File

@ -128,16 +128,18 @@ export async function main() {
``, ``,
`Once your container is up and running: `, `Once your container is up and running: `,
"- Log into the admin console 👉 http://localhost:8080/admin username: admin, password: admin 👈", "- Log into the admin console 👉 http://localhost:8080/admin username: admin, password: admin 👈",
`- Create a realm: myrealm`, `- Create a realm: Master -> AddRealm -> Name: myrealm`,
`- Enable registration: Realm settings -> Login tab -> User registration: on`, `- Enable registration: Realm settings -> Login tab -> User registration: on`,
`- Enable the Account theme: Realm settings -> Themes tab -> Account theme, select ${buildOptions.themeName} `, `- Enable the Account theme (optional): Realm settings -> Themes tab -> Account theme: ${buildOptions.themeName}`,
`- Create a client id myclient`, ` Clients -> account -> Login theme: ${buildOptions.themeName}`,
` Root URL: https://www.keycloak.org/app/`, `- Enable the email theme (optional): Realm settings -> Themes tab -> Email theme: ${buildOptions.themeName} (option will appear only if you have ran npx initialize-email-theme)`,
` Valid redirect URIs: https://www.keycloak.org/app* http://localhost* (localhost is optional)`, `- Create a client Clients -> Create -> Client ID: myclient`,
` Valid post logout redirect URIs: https://www.keycloak.org/app* http://localhost*`, ` Root URL: https://www.keycloak.org/app/`,
` Web origins: *`, ` Valid redirect URIs: https://www.keycloak.org/app* http://localhost* (localhost is optional)`,
` Login Theme: ${buildOptions.themeName}`, ` Valid post logout redirect URIs: https://www.keycloak.org/app* http://localhost*`,
` Save (button at the bottom of the page)`, ` Web origins: *`,
` Login Theme: ${buildOptions.themeName}`,
` Save (button at the bottom of the page)`,
``, ``,
`- Go to 👉 https://www.keycloak.org/app/ 👈 Click "Save" then "Sign in". You should see your login page`, `- Go to 👉 https://www.keycloak.org/app/ 👈 Click "Save" then "Sign in". You should see your login page`,
`- Got to 👉 http://localhost:8080/realms/myrealm/account 👈 to see your account theme`, `- Got to 👉 http://localhost:8080/realms/myrealm/account 👈 to see your account theme`,