Improve post build instructions

This commit is contained in:
garronej 2023-03-21 23:21:30 +01:00
parent 93385af675
commit d951a9ba02

View File

@ -130,16 +130,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 named "myrealm"`, `- Create a realm: myrealm`,
`- Enable the Account theme: Realm settings -> tab Themes -> Account theme, select ${buildOptions.themeName} `, `- Enable registration: Realm settings -> Login tab -> User registration: on`,
`- Create a client with ID: "myclient"`, `- Enable the Account theme: Realm settings -> Themes tab -> Account theme, select ${buildOptions.themeName} `,
`- Create a client id myclient`,
` Root URL: https://www.keycloak.org/app/`, ` Root URL: https://www.keycloak.org/app/`,
` Valid redirect URIs: https://www.keycloak.org/app* http://localhost* (localhost isn't necessary here but it will be once you'll want to test the integration with your app)`, ` Valid redirect URIs: https://www.keycloak.org/app* http://localhost* (localhost is optional)`,
` Valid post logout redirect URIs: https://www.keycloak.org/app* http://localhost*`, ` Valid post logout redirect URIs: https://www.keycloak.org/app* http://localhost*`,
` Web origins: *`, ` Web origins: *`,
` Login Theme: ${buildOptions.themeName}`, ` Login Theme: ${buildOptions.themeName}`,
` Click save at the bottom of the page.`, ` 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`,
`` ``
].join("\n") ].join("\n")