No description
Find a file
Jen Malloy 938e254c60 Merge pull request #96 from jenmalloy/RHSSO-920-3
fixed remaining issues for RHSSO-920
2017-04-03 15:19:53 -04:00
authorization_services fixed remaining issues for RHSSO-920 2017-04-03 10:33:32 -04:00
getting_started fixed RHSSO-821 2017-03-31 16:16:11 -04:00
images Initial summary structure for single book 2017-02-14 15:06:18 +01:00
internal_resources Update README.md 2017-03-30 15:45:46 -05:00
scripts Add a scripts/buildGuides.sh script and fix individual build scripts 2017-02-27 11:53:10 -05:00
securing_apps fixed RHSSO-821 2017-03-31 16:16:11 -04:00
server_admin fixed RHSSO-889 2017-04-03 11:02:01 -04:00
server_development fixed remaining issues for RHSSO-920 2017-04-03 15:18:56 -04:00
server_installation fixed RHSSO-821 2017-03-31 16:16:11 -04:00
.force_build Try to force build 2017-03-16 08:19:08 +01:00
.gitattributes .git files 2016-05-04 11:11:47 -04:00
.gitignore Merge remote-tracking branch 'tmp/master' 2017-02-14 10:04:04 +01:00
book.json RHSSO-931 Wildfly occurences in Hawtio section. Replace hawtio.war with the proper version 2017-03-30 18:36:36 +02:00
build-product.sh Update namespace for urn:jboss:domain:undertow in product guides 2017-03-30 09:49:38 +02:00
License.html KEYCLOAK-4506 Added missing ASL2 license file 2017-03-09 13:39:14 +01:00
OVERVIEW.adoc Added instructions on how to build documentation 2017-03-15 13:26:46 +01:00
README.md Added script to build product guide 2017-03-15 13:35:53 +01:00
SUMMARY.adoc Initial summary structure for single book 2017-02-14 15:06:18 +01:00

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 GitBook installed

First clone the Keycloak Documentation repository:

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

To build Keycloak Documentation run:

gitbook build

You can then view the documentation by opening _book/index.html.

Alternatively you can also have the Gitbook tools continiously re-build when you do changes. To do this run:

gitbook serve

You can then view the documentation on http://localhost:4000.

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 go into the directory of the specific guide you want to build. For example to build Server Admin guide run:

cd server_admin
python gitlab-conversion.py
cd target
asciidoctor master.adoc

On Linux you can also run build-product.sh DIR. For example:

./build-product.sh server_admin

You can then view the documentation by opening server_admin/target/master.html

This will not create documentation that looks exactly as the official Red Hat Single Sign-On documentation, but the content will be the same.

License