keycloak-scim/topics/clustering/booting.adoc

18 lines
367 B
Text
Raw Normal View History

2016-04-28 22:25:54 +00:00
=== 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
----