From cbec80e6be60c2a9f85e5b0c03cd2f625913e6a9 Mon Sep 17 00:00:00 2001 From: vurple Date: Sat, 30 Sep 2017 10:40:14 -0500 Subject: [PATCH 1/4] Homebrew instructions Updated getting-started.asciidoc to include instructions for installing elasticsearch with Homebrew. --- docs/reference/getting-started.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index 2234b5e3d051d..3f7788fa5ddad 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -147,6 +147,19 @@ And now we are ready to start our node and single cluster: ./elasticsearch -------------------------------------------------- +=== Installation example with Homebrew + +-------------------------------------------------- +brew install elasticsearch +-------------------------------------------------- + +Homebrew will install elasticsearch in the Cellar directory. + +-------------------------------------------------- +cd /usr/local/Cellar/elasticsearch/{version}/bin +-------------------------------------------------- + + [float] === Installation example with MSI Windows Installer From c6d1ef04f86161578b87266460a15e3570c33ae1 Mon Sep 17 00:00:00 2001 From: vurple Date: Mon, 9 Oct 2017 13:56:54 -0500 Subject: [PATCH 2/4] Updated Homebrew documentation Made changes suggested in https://github.com/elastic/elasticsearch/pull/26847/ --- docs/reference/getting-started.asciidoc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index 3f7788fa5ddad..f4ad2acd40001 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -147,16 +147,12 @@ And now we are ready to start our node and single cluster: ./elasticsearch -------------------------------------------------- -=== Installation example with Homebrew +== Instalation with Homebrew --------------------------------------------------- -brew install elasticsearch --------------------------------------------------- - -Homebrew will install elasticsearch in the Cellar directory. +Elastisearch can also be installed via Homebrew: -------------------------------------------------- -cd /usr/local/Cellar/elasticsearch/{version}/bin +brew install elasticsearch -------------------------------------------------- From 3889e00faa76b2abae8fd7573780de3e873a296f Mon Sep 17 00:00:00 2001 From: vurple Date: Mon, 9 Oct 2017 13:57:55 -0500 Subject: [PATCH 3/4] Fixed typo --- docs/reference/getting-started.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index f4ad2acd40001..6ac9a9458b44d 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -149,7 +149,7 @@ And now we are ready to start our node and single cluster: == Instalation with Homebrew -Elastisearch can also be installed via Homebrew: +Elasticsearch can also be installed via Homebrew: -------------------------------------------------- brew install elasticsearch From e0b49bda22b41693df830bded90e24d58d31b160 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 10 Oct 2017 06:17:50 -0400 Subject: [PATCH 4/4] Fixes --- docs/reference/getting-started.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index 6ac9a9458b44d..e120b0f8d40d2 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -147,15 +147,16 @@ And now we are ready to start our node and single cluster: ./elasticsearch -------------------------------------------------- -== Instalation with Homebrew +[float] +=== Instalation with Homebrew -Elasticsearch can also be installed via Homebrew: +On macOS, Elasticsearch can also be installed via https://brew.sh[Homebrew]: +["source","sh"] -------------------------------------------------- brew install elasticsearch -------------------------------------------------- - [float] === Installation example with MSI Windows Installer