Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 565 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 565 Bytes

sunbird-rc-keycloak

Sunbird Variant of Keycloak

How to build from source

  • Run the following commands
cd keycloak-mobile-number-login-spi
./mvnw clean install
mkdir -p ../keycloak/providers && cp target/keycloak-mobile-number-login-spi-1.0-SNAPSHOT.jar ../keycloak/providers
  • This will build the Sunbird Keycloak plugin.
  • Once this is done, we will need to create the docker image and publish to our Docker repository
cd ../keycloak
docker build -t <docker_image_path>:<docker_tag> .
docker push <docker_image_path>:<docker_tag>