Skip to content

Instantly share code, notes, and snippets.

View mzdunek93's full-sized avatar

Michał Zdunek mzdunek93

  • Poznań, Poland
View GitHub Profile
@mzdunek93
mzdunek93 / install_elasticsearch_osx.md
Created August 22, 2017 13:52 — forked from djonsson/install_elasticsearch_osx.md
OS X installation instructions for Elasticsearch + Kibana + Marvel

What is this?

Following this guide will set up a local Elasticsearch with Kibana and Marvel using Homebrew and Homebrew Cask

Prerequisites

If you already have Java installed on your system, skip steps Install Cask and Install Java

If you already have Java and Homebrew installed on your system, skip steps Prerequisites, start at Install Elasticsearch and Kibana after running $ brew update

Install Homebrew

  • $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"