Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 581 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 581 Bytes

chicp-docker

CHiCP installation using Docker containers

For Ubuntu

Install Docker and Docker-compose. Follow instruction here

Follow the steps:


docker-compose build
docker-compose up postgres    # creates webuser role
docker stop $(docker ps -q)
docker-compose up

Ensure that you have the elasticsearch data in the right place, as pointed by config file (elasticsearch.yml) path.repo: ['/usr/share/elasticsearch/repo'] path.data: ['/usr/share/elasticsearch/data']