Skip to content

erral/kontrata-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kontrata-docker

This repo contains a docker-compose configuration of a single Elastic service to be able to index all the data produced by kontrata

Install Docker and docker-compose to be able to start it.

Then start it:

In foreground:

docker-compose up

or in background:

docker-compose up -d

In another terminal, run the provided shell scripts to delete the index and create a new one. You will need to have curl installed.

./create_index.sh
./delete_index.sh

Work in Progress

This is a work in progress. The index structure may change in the future, according to the produced data structure and the requirements of the search frontend

Licence

GPLv3

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages