No description
Find a file
2017-03-27 17:00:52 -04:00
authorization_services fixed RHSSO-925 2017-03-27 17:00:52 -04:00
getting_started Merge pull request #39 from mstruk/RHSSO-661 2017-03-21 16:02:20 -04:00
images Initial summary structure for single book 2017-02-14 15:06:18 +01: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-906 2017-03-24 15:43:16 -04:00
server_admin Merge pull request #23 from bartoszmajsak/oso_provider 2017-03-27 08:40:01 +02:00
server_development Fix garbage collections to garbage collected 2017-03-17 09:28:08 +01:00
server_installation fixed RHSSO-903 2017-03-27 13:13: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 Fix syntax error in book.json 2017-03-22 19:59:50 +01:00
build-product.sh Added script to build product guide 2017-03-15 13:35:53 +01: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