emanuil-tolev / es-hands-on-intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Hands-on Introduction to Elasticsearch and Kibana

  1. You might like to read through the workshop requirements to make sure the software is running and configured correctly. docker and docker-compose will make your life much easier.

  2. git clone https://github.com/emanuil-tolev/es-hands-on-intro.git

    or if you do not have git installed, download this link and unzip the resulting file into a folder https://github.com/emanuil-tolev/es-hands-on-intro/archive/master.zip

    Either way, this will create a new directory holding the contents of this repository.

  3. enter into the new directory and run docker-compose up

  4. Run ./build.sh

    Alternatively, (e.g. if you're using Windows) run each line in the build.sh file as a separate command from inside the new directory.

About


Languages

Language:Dockerfile 78.4%Language:Shell 21.6%