Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

floretan/ddd_elasticsearch

Repository files navigation

Elasticsearch Workshop

This is the starting codebase for our Elasticsearch workshop.

Prerequisites

You should have the following installed on your system:

  • PHP and composer
  • A recent version of Java (Java 8 recommended)

Setup

Clone this repository

git clone https://github.com/floretan/ddd_elasticsearch.git

Install composer dependencies. This will also call scripts to download Elasticsearch, Kibana and our sample dataset.

cd ddd_elasticsearch
composer install

Install Drupal using a simple sqlite database.

drush site-install config_installer

Run Drupal with the PHP built-in server, by default it will be accessible under http://127.0.0.1:8888

drush runserver

Run Elasticsearch locally, by default it will be accessible under http://127.0.0.1:9200

./elasticsearch/bin/elasticsearch

Run Kibana locally, by default it will be accessible under http://127.0.0.1:5601

./kibana/bin/kibana

Further instructions will be given during the workshop.

About

Material for the Elasticsearch workshop at the Drupal Dev Days in Milan. http://milan2016.drupaldays.org/node/135

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages