ckan-docker icon indicating copy to clipboard operation
ckan-docker copied to clipboard

DCAT plugin

Open NicoLaval opened this issue 8 months ago • 4 comments

As describe in the ckan/Dockerfile.dev, I added the following lines to Dockerfile, and run docker compose build

RUN  pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \
     pip3 install -r https://raw.githubusercontent.com/ckan/ckanext-dcat/v0.0.6/requirements.txt

After that, I updated .env file, adding dcat to ckan plugins properties.

When I run docker compose up, I obtain the following error:

ckan.plugins.core.PluginNotFoundException: dcat

Any idea? Do I need to add a setup to ckan/docker-entrypoint.d?

NicoLaval avatar Jun 16 '24 07:06 NicoLaval