Bootstrap your Elasticsearch installation real quick for dev purpose!
brew install coreutils
chmod u+x ./bootstrap.sh
if needed- Execute
./bootstrap.sh
- Follow the instructions to bootstrap your Elasticsearch / Kibana installation!
- Mac & Linux compatible
- OS auto-detection
- Simple Elasticsearch / Kibana installation wizard
- Stack versions check
- Custom directory installation
- Services auto-startup (Elasticsearch & Kibana)
- Add args support for
./bootstrap.sh
(e.g../bootstrap.sh --interactive
) - Add USAGE (
./boostrap.sh --help
)