Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 663 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 663 Bytes

elasticsearch-bootstrap

Bootstrap your Elasticsearch installation real quick for dev purpose!

Requirements

MacOS

  • brew install coreutils

Usage

  1. chmod u+x ./bootstrap.sh if needed
  2. Execute ./bootstrap.sh
  3. Follow the instructions to bootstrap your Elasticsearch / Kibana installation!

Features

  • Mac & Linux compatible
  • OS auto-detection
  • Simple Elasticsearch / Kibana installation wizard
  • Stack versions check
  • Custom directory installation
  • Services auto-startup (Elasticsearch & Kibana)

Todos

  • Add args support for ./bootstrap.sh (e.g. ./bootstrap.sh --interactive)
  • Add USAGE (./boostrap.sh --help)