commit
2b6fcc05e1
1 changed files with 11 additions and 11 deletions
|
@ -59,17 +59,17 @@
|
||||||
(username: <emphasis>admin</emphasis> and password: <emphasis>admin</emphasis>). Keycloak will then prompt you to
|
(username: <emphasis>admin</emphasis> and password: <emphasis>admin</emphasis>). Keycloak will then prompt you to
|
||||||
enter in a new password.
|
enter in a new password.
|
||||||
</para>
|
</para>
|
||||||
<!--<para>
|
<!--<para>-->
|
||||||
To add Keycloak to other sever configurations (standalone.xml, standalone-ha.xml, etc.) start the server with
|
<!--To add Keycloak to other sever configurations (standalone.xml, standalone-ha.xml, etc.) start the server with-->
|
||||||
the desired server-config. If you are running the server in standalone mode run:
|
<!--the desired server-config. If you are running the server in standalone mode run:-->
|
||||||
<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-prepare.cli</programlisting>
|
<!--<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-prepare.cli</programlisting>-->
|
||||||
Or if you are running in clustering (HA) mode run:
|
<!--Or if you are running in clustering (HA) mode run:-->
|
||||||
<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-prepare-ha.cli</programlisting>
|
<!--<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-prepare-ha.cli</programlisting>-->
|
||||||
After that you need to restart the server, you can do this with:
|
<!--After that you need to restart the server, you can do this with:-->
|
||||||
<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c :reload</programlisting>
|
<!--<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c :reload</programlisting>-->
|
||||||
Finally you need to run:
|
<!--Finally you need to run:-->
|
||||||
<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-install.cli</programlisting>
|
<!--<programlisting><WILDFLY_HOME>/bin/jboss-cli.sh -c --file=keycloak-install.cli</programlisting>-->
|
||||||
</para>-->
|
<!--</para>-->
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<title>Install on existing JBoss EAP 6.4.0.GA</title>
|
<title>Install on existing JBoss EAP 6.4.0.GA</title>
|
||||||
|
|
Loading…
Reference in a new issue