keycloak-scim/getting_started/topics/first-boot/distribution-files-community.adoc
2018-07-02 09:02:13 -05:00

28 lines
No EOL
713 B
Text

=== Installing Distribution Files
Download the {project_name} Server:
* *keycloak-{project_version}.[zip|tar.gz]*
NOTE: This file can be downloaded from https://www.keycloak.org/downloads.html[Keycloak downloads].
The *keycloak-{project_version}.[zip|tar.gz]* file is the server-only distribution. It contains only the scripts and binaries to run the {project_name} server.
Place the file in a directory you choose and use either the `unzip` or `tar` utility to extract it.
.Linux/Unix
[source,bash,subs=+attributes]
----
$ unzip keycloak-{project_version}.zip
or
$ tar -xvzf keycloak-{project_version}.tar.gz
----
.Windows
[source,bash,subs=+attributes]
----
> unzip keycloak-{project_version}.zip
----