Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/modules/getting-started/pages/install-hazelcast.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ For further information on {enterprise-product-name} features, see xref:editions

== Distributions

Both slim and full distributions are available:
Both slim and full distributions are available. You can access the slim distribution using Docker or by downloading the binary:

* <<Use Docker>>
* <<Use the binary>>

xref:getting-started:editions.adoc#full-slim[Further information on the available editions and distributions].
See xref:getting-started:editions.adoc#full-slim[Hazelcast editions and distributions] for more information.

== Use a package manager

Expand Down Expand Up @@ -73,20 +73,20 @@ sudo yum -y install wget \
Windows::
+
--
Hazelcast does not yet support any Windows package managers.
Hazelcast does not support any Windows package managers.

To get started with Hazelcast on Windows, you can use xref:get-started-docker.adoc[Docker], the xref:get-started-binary.adoc[binary distribution], or xref:get-started-java.adoc[Java].
--
====

. Check that Hazelcast Platform is correctly installed, using the following command:
. Check that Hazelcast Platform is correctly installed:
+
[source,shell]
----
hz -V
----
+
You should see the version of both Hazelcast and the command-line client (CLI).
You should see the version of both Hazelcast and the command line tool.
// end::cli[]

For more information about the packages, see the link:https://github.com/hazelcast/hazelcast-packaging[GitHub repository].
Expand All @@ -103,8 +103,8 @@ For more information about the packages, see the link:https://github.com/hazelca
docker version
----
+
If you do not see a version number, see the link:https://docs.docker.com/config/daemon/[Docker docs^] for troubleshooting information.
. Pull the latest Docker image
If you do not see a version number, see the link:https://docs.docker.com/config/daemon/[Docker documentation] for troubleshooting information.
. Pull the Hazelcast Docker image:
+
[source,shell,subs="attributes+"]
----
Expand All @@ -114,7 +114,7 @@ docker pull hazelcast/hazelcast:{os-version}

== Use the binary

Download the latest snapshot archive and extract the binaries.
Download the Hazelcast archive and extract the binaries:

// tag::binary[]
--
Expand Down Expand Up @@ -170,8 +170,8 @@ ifndef::snapshot[]

If you aren't using a build tool:

* link:https://repo.maven.apache.org/maven2/com/hazelcast/hazelcast/{os-version}/hazelcast-{os-version}.jar[download the Hazelcast JAR file]
* add it to your classpath.
* link:https://repo.maven.apache.org/maven2/com/hazelcast/hazelcast/{os-version}/hazelcast-{os-version}.jar[Download the Hazelcast JAR file].
* Add it to your classpath.
endif::[]

== Use modular Java
Expand Down