Replies: 1 comment 1 reply
-
I think the bash command that worked to launch debugpy for ckan 2.9 needs to be adapted for ckan 2.10 or maybe other part of ckan. (1) exposed a second port 5678 in the DockerFile:
(2) made a copy of the file ckan-docker-base/ckan-2.10/dev/setup/start_ckan_development.sh in ckan-docker/ckan/setup/start_ckan_development.sh and added the lines below to the ckan/Dockerfile.dev which will overwrite the start_ckan_development.sh it pulls from ckan base 2.10.3
(3) Updated the ckan-docker/ckan/setup/start_ckan_development.sh with:
Build and run the docker containers
I hit various error from here and tried slight changes (among other things replaced sudo with su command, tried ckan -c run $CKAN_INI instead of serve --reload). but I just don't understand enough ckan to adapt this line. Will watch this space and hope someone will share how they made it work for them 🙂 |
Beta Was this translation helpful? Give feedback.
-
Following on from okfn/docker-ckan#76
Beta Was this translation helpful? Give feedback.
All reactions