Conversation
Updated getting-started.asciidoc to include instructions for installing elasticsearch with Homebrew.
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
Hi @vurple, |
|
It's not officially supported as macOS is not officially supported, but it's important for our community that usage on macOS be simple and reliable which is why we work to ensure that Elasticsearch works on macOS on top of the OS that we do officially support (i.e., it's unofficially supported). So: we worked to ensure that installation could proceed when Elasticsearch 5.0.0 was released, and we keep the formula up to date on each new release of Elasticsearch. I think that including something here is okay, but I don't think it needs to be full instructions. We can simply say something like "Elasticsearch can be installed on macOS via Homebrew". |
|
@vurple Can you update per my suggestion? |
| === Installation example with Homebrew | ||
|
|
||
| -------------------------------------------------- | ||
| brew install elasticsearch |
There was a problem hiding this comment.
I don’t think we need full details on how to use Homebrew here, a comment saying that Elasticsearch can be installed via Honebrew is sufficient.
Made changes suggested in elastic#26847
jasontedor
left a comment
There was a problem hiding this comment.
I pushed a few changes (fixed the heading, added some formatting, added a link to Homebrew, etc.) but this otherwise LGTM.
This commit adds instructions for installing Elasticsearch via Homebrew to the Getting Started guide. Relates #26847
This commit adds instructions for installing Elasticsearch via Homebrew to the Getting Started guide. Relates #26847
This commit adds instructions for installing Elasticsearch via Homebrew to the Getting Started guide. Relates #26847
|
Thanks @vurple. |
Updated getting-started.asciidoc to include instructions for installing elasticsearch with Homebrew.
gradle check?