Data Portal - the open data community
-
Create
.*.envfilescp .ckan.env.dist .ckan.env cp .env.dist .env
-
Start the project
docker-compose build && docker-compose up -dIn order to start the project with a custom branch for ckanext-dataportaltheme:
- Checkout the project from https://github.com/code4romania/ckanext-dataportaltheme/
in the folder a level up (
..) from this one. - Edit your
ckan.envfile and changeENV=dev - Edit your
.envfile and changeCOMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
The code is adapted from the Keitaro Inc. Docker CKAN repository.