MyData dockerisation
To create a Docker image for MyData + OpenData, do the following:
- Make sure that the
productionbranch of both MyData and OpenData is up to date. Whatever is in that branch on the Git server is what will be packaged in the Docker image. - Run
./prep_elastic.shto download ElasticSearch, strip it down, and configure it. - Run
./prep_docker_img.shto prepare mydata & opendata for dockerisation. - Run
./build_docker_img.shto build & push the Docker image.