Skip to content

premanand17/chicp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']

About

CHiCP installation using Docker containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published