You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

987 B

Keycloak docker starter

Follow instructions from main README file

Startup

To start docker running keycloak

bash docker-keycloak.sh

Keycloak theming

Download Alfresco Theme

Follow instructions inside Alfresco theme repository


Alternatively, use the instruction below

Get running container id by

docker ps

Then connect with bash into the container

docker exec -it containderId bin/bash

Create appropriate theme folder and exit

mkdir /opt/jboss/keycloak/themes/alfresco
exit

Copy theme folder into docker container

docker cp theme containerId:/opt/jboss/keycloak/themes/alfresco

Restart container if the theme is not visible inside administrator console

docker restart containerId