Skip to content

Commit

Permalink
[DOCS] Add anchors and prune stacked notes. (elastic#44779)
Browse files Browse the repository at this point in the history
* [DOCS] Add anchors and prune stacked notes.

* [DOCS] Fixed broken xref.

* [DOCS] Fixed typo.
  • Loading branch information
debadair authored Jul 24, 2019
1 parent 37b354e commit 38cdfe5
Showing 1 changed file with 12 additions and 23 deletions.
35 changes: 12 additions & 23 deletions docs/reference/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,17 @@ trial of Elasticsearch Service] in the cloud.
--

[[getting-started-install]]
== Installation

[TIP]
==============
You can skip having to install Elasticsearch by using our
https://www.elastic.co/cloud/elasticsearch-service[hosted Elasticsearch Service]
on Elastic Cloud. The Elasticsearch Service is available on both AWS and GCP.
https://www.elastic.co/cloud/elasticsearch-service/signup[Try out the
Elasticsearch Service for free].
==============

NOTE: Elasticsearch includes a bundled version of http://openjdk.java.net[OpenJDK]
from the JDK maintainers (GPLv2+CE). To use your own version of Java,
see the <<jvm-version, JVM version requirements>>

The binaries are available from http://www.elastic.co/downloads[`www.elastic.co/downloads`].
Platform dependent archives are available for Windows, Linux and macOS. In addition,
`DEB` and `RPM` packages are available for Linux, and an `MSI` installation package
is available for Windows. You can also use the Elastic Homebrew tap to <<brew,install
using the brew package manager>> on macOS.
== Get {es} up and running
To take {es} for a test drive, you can create a one-click cloud deployment on
the https://www.elastic.co/cloud/elasticsearch-service/signup[Elasticsearch
Service], or set up a basic {es} cluster on your own
<<run-elasticsearch-linux,Linux>>,
macOS, or
<<run-elasticsearch-win,Windows>> machine.

[float]
=== Installation example on Linux
[[run-elasticsearch-linux]]
=== Run {es} on Linux

For simplicity, let's use the {ref}/targz.html[tar] file.

Expand Down Expand Up @@ -86,7 +74,8 @@ And now we are ready to start our node and single cluster:
--------------------------------------------------

[float]
=== Installation example with MSI Windows Installer
[[run-elasticsearch-win]]
=== Run {es} on Windows

For Windows users, we recommend using the {ref}/windows.html[MSI Installer package]. The package contains a graphical user interface (GUI) that guides you through the installation process.

Expand Down Expand Up @@ -144,7 +133,7 @@ And now we are ready to start our node and single cluster:

[float]
[[successfully-running-node]]
=== Successfully running node
=== Verify that {es} is running

If everything goes well with installation, you should see a bunch of messages that look like below:

Expand Down

0 comments on commit 38cdfe5

Please sign in to comment.