keycloak-scim/getting_started/topics/first-boot/distribution-files-community.adoc

28 lines
669 B
Text
Raw Normal View History

2016-05-04 20:16:11 +00:00
=== Installing Distribution Files
Download the {project_name} Server:
2016-05-04 20:16:11 +00:00
* *keycloak-{project_version}.[zip|tar.gz]*
2016-05-04 20:16:11 +00:00
NOTE: This file can be downloaded from https://www.keycloak.org/downloads.html[Keycloak downloads].
2016-05-04 20:16:11 +00:00
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]
----
$ unzip keycloak-{project_version}.zip
or
$ tar -xvzf keycloak-{project_version}.tar.gz
----
.Windows
[source]
----
> unzip keycloak-{project_version}.zip
----