2016-05-11 02:48:33 +00:00
|
|
|
|
|
|
|
=== Install the Client Adapter
|
|
|
|
|
2016-06-09 08:14:10 +00:00
|
|
|
Download the {{book.appServer}} distribution and unzip
|
2016-06-09 08:22:27 +00:00
|
|
|
it into a directory on your machine.
|
2016-06-09 08:14:10 +00:00
|
|
|
|
|
|
|
{% if book.community %}
|
|
|
|
Next download the keycloak-wildfly-adapter-dist-{{book.project.version}}.zip distribution.
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if book.product %}
|
|
|
|
Next download the RH-SSO-{{book.project.version}}-eap7-adapter.zip distribution.
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
Unzip this file into the root directory of your {{book.appServer}} distribution.
|
|
|
|
|
|
|
|
Next perform the following actions:
|
2016-05-11 02:48:33 +00:00
|
|
|
|
|
|
|
.Linux/Unix
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
$ cd bin
|
|
|
|
$ ./jboss-cli.sh --file=adapter-install-offline.cli
|
|
|
|
----
|
|
|
|
|
|
|
|
.Windows
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
> cd bin
|
|
|
|
> jboss-cli.bat --file=adapter-install-offline.cli
|
|
|
|
----
|
|
|
|
|
|
|
|
This script will make the appropriate edits to the _.../standalone/configuration/standalone.xml_ file of your app
|
|
|
|
server distribution. Finally, just boot the application server.
|
|
|
|
|
|
|
|
.Linux/Unix
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
$ .../bin/standalone.sh
|
|
|
|
----
|
|
|
|
|
|
|
|
.Windows
|
|
|
|
[source]
|
|
|
|
----
|
|
|
|
> ...\bin\standalone.bat
|
|
|
|
----
|