You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, after waiting for the service to start, connect to this URL
22
+
23
+
*http://localhost:8080/realms/renku/account/
24
+
25
+
From here, you can click _Sign In_ to get to the login UI.
26
+
24
27
25
28
You can make changes to the theme and refresh in your browser to see the updates. You need to do a hard refresh (e.g., Shift-Refresh on Safari) or ensure the cache is disabled to see your changes.
26
29
30
+
## Local Testing
31
+
32
+
After the initial theme is set up, you should make some configuration changes to test several scenarios:
If you want to deploy the theme in a real renku instance, you can build it and push it to docker hub, where you can reference it in a renku chart.
@@ -39,5 +63,4 @@ In the renku chart, change the `values.yaml` to reference the image in the `keyc
39
63
40
64
To understand the structure of the content, you may need to consult the source code for the theme.
41
65
42
-
Download the source for the release that is used (https://github.com/keycloak/keycloak/releases/tag/15.0.2) and then look in the `themes/src/main/resources/theme` folder for the `base` and `keycloak` templates. Official theme examples are found in `examples/themes/src/main/resources/theme` folder.
43
-
66
+
Download the source for the release that is used (https://github.com/keycloak/keycloak/releases/tag/20.0.1) and then look in the `themes/src/main/resources/theme` folder for the `base` and `keycloak` templates. Official theme examples are found in `examples/themes/src/main/resources/theme` folder.
0 commit comments