keycloak-scim/getting_started/topics/first-boot/boot.adoc
Jack Kenefick 5dd36949bb Update boot.adoc
.../bin/standalone.sh didn't work for me when running on a bash terminal on a mac.  This should work for everyone.
2018-09-24 21:45:40 +02:00

18 lines
309 B
Text

=== Booting the Server
To boot the {project_name} server, go to the `bin` directory of the server distribution and run the `standalone` boot script:
.Linux/Unix
[source,bash,subs=+attributes]
----
$ cd bin
$ ./standalone.sh
----
.Windows
[source,bash,subs=+attributes]
----
> ...\bin\standalone.bat
----