dinopark-search

August 30, 2018 ยท View on GitHub

Description

Web service to abstract search functionality in dinopark project.

  • flask
  • elasticsearch

Initial configuration

You need to install docker and docker-compose.

  • docker
  • docker-compose

Building

  • docker-compose pull to pull the dependent images
  • docker-compose build to build the image for the service

Getting started

To run the web service:

  • docker-compose up

Contents

  1. 1Description
  2. 2Initial configuration
  3. 3Building
  4. 4Getting started