ckan / ckan/ckan-docker

DCAT plugin

Open
#154 5 comments 0 reactions 1 assignee Claimed by @kowh-ai View on GitHub
Dominant language
Shell
Stars
151
Forks
279
PR merge metrics
No merged PRs in 30d

Description

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/ckanext-dcat.git@v0.0.6#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`?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.