keycloak-scim/server_installation/topics/clustering/booting.adoc
2017-02-14 09:57:35 +01:00

18 lines
368 B
Text
Executable file

=== Booting the Cluster
Booting {{book.project.name}} in a cluster depends on your <<fake/../../operating-mode.adoc#_operating-mode, operating mode>>
.Standalone Mode
[source]
----
$ bin/standalone.sh --server-config=standalone-ha.xml
----
.Domain Mode
[source]
----
$ bin/domain.sh --host-config=host-master.xml
$ bin/domain.sh --host-config=host-slave.xml
----