No description
Find a file
2017-08-29 09:30:27 +02:00
aggregation
authorization_services Fix community build 2017-08-29 07:06:13 +02:00
getting_started Fix community build 2017-08-29 07:06:13 +02:00
internal_resources
securing_apps Fix community build 2017-08-29 07:06:13 +02:00
server_admin Fix community build 2017-08-29 07:06:13 +02:00
server_development Fix community build 2017-08-29 07:06:13 +02:00
server_installation Fix server installation guide 2017-08-29 07:16:35 +02:00
topics/templates
.gitattributes
.gitignore Added build scripts for ccutil 2017-08-29 09:30:27 +02:00
assembly.xml
build-product.sh Added build scripts for ccutil 2017-08-29 09:30:27 +02:00
License.html
pom.xml
README.md

Keycloak Documentation

Open Source Identity and Access Management for modern Applications and Services.

For more information about Keycloak visit Keycloak homepage and Keycloak blog.

Building Keycloak Documentation

Ensure you have Maven installed

First clone the Keycloak Documentation repository:

git clone https://github.com/keycloak/keycloak-documentation.git
cd keycloak-documentation

To build Keycloak Documentation run:

mvn clean install

You can then view the documentation by opening target/frames.html or target/index.html.

Building RH-SSO Documentation

Keycloak is the basis of Red Hat Single Sign-On. The same documentation sources are used, but they are built slighty differently.

To build the documentation for RH-SSO run:

mvn clean install -Dproduct

You can then view the documentation by opening target/frames.html or target/index.html.

License