Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 633 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 633 Bytes

Quick Deploy -- Get running in 2 mins!

Designed to be a quick and easy way to test and play with Elasticsearch (not intended to be used in production).

This script does the following:

Installs prerequisites (if necessary):

  • Docker
  • Docker-Compose

Starts dockerized instances of:

  • Elasticsearch
  • Kibana

Running the deploy script

Debian

  1. Clone this repo onto the machine on which you wish to run Elasticsearch
    • git git@github.com:elastic/quick-deploy.git
  2. Navigate into the repo you just cloned
    • cd quick-deploy
  3. Run the shell script
    • ./quick-deploy.sh

Centos

  1. Coming soon!