2017-03-15 12:26:46 +00:00
Keycloak Documentation
======================
Open Source Identity and Access Management for modern Applications and Services.
For more information about Keycloak visit [Keycloak homepage ](http://keycloak.org ) and [Keycloak blog ](http://blog.keycloak.org ).
Building Keycloak Documentation
-------------------------------
2017-08-28 12:50:14 +00:00
Ensure you have [Maven installed ](https://maven.apache.org/ )
2017-03-15 12:26:46 +00:00
First clone the Keycloak Documentation repository:
git clone https://github.com/keycloak/keycloak-documentation.git
cd keycloak-documentation
To build Keycloak Documentation run:
2017-08-28 12:50:14 +00:00
mvn clean install build
2017-03-15 12:26:46 +00:00
2017-08-28 12:50:14 +00:00
You can then view the documentation by opening target/frames.html or target/index.html.
2017-03-15 12:26:46 +00:00
Building RH-SSO Documentation
-----------------------------
Keycloak is the basis of [Red Hat Single Sign-On ](https://access.redhat.com/products/red-hat-single-sign-on ). The same documentation sources are used, but they are built slighty differently.
2017-08-28 12:50:14 +00:00
To build the documentation for RH-SSO run:
2017-04-07 08:05:47 +00:00
2017-08-28 12:50:14 +00:00
mvn clean install build -Dproduct
2017-03-15 12:26:46 +00:00
2017-08-28 12:50:14 +00:00
You can then view the documentation by opening target/frames.html or target/index.html.
2017-03-15 12:26:46 +00:00
License
-------
* [Apache License, Version 2.0 ](https://www.apache.org/licenses/LICENSE-2.0 )