There was an error while loading. Please reload this page.
Here are some simple instructions to enable local development of CKAN code with a running Docker Compose environment
1. bring up the CKAN docker services in dev mode
docker compose -f docker-compose.dev.yml build
docker compose -f docker-compose.dev.yml up
2. copy the CKAN source in the running container to the src/ directory
docker cp <container-id>:/srv/app/src/ckan ./src
3. You can now make (local dev) changes in ./src/ckan/*
./src/ckan/*