-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Homebrew instructions #26847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homebrew instructions #26847
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? |
jasontedor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a formal review.
| === Installation example with Homebrew | ||
|
|
||
| -------------------------------------------------- | ||
| brew install elasticsearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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?