Skip to content

Problems with CKAN ckanext-right_time_context #2

@tmontanaro

Description

@tmontanaro

I'm trying to install the right_time_context plugin in CKAN run within a docker container, but the plugin seems to be not recognized by CKAN.

These are the steps I'm following:

  • cd /home/tempuser/tempfolder
  • git clone https://github.com/conwetlab/ckanext-right_time_context.git
  • sudo su
  • . /var/lib/docker/volumes/docker_ckan_home/_data/venv/bin/activate
  • cd /home/tempuser/tempfolder/ckanext-right_time_context
  • python setup.py install
  • sudo nano /var/lib/docker/volumes/docker_ckan_config/_data/production.ini
    • Add right_time_context to ckan.plugins and to ckan.views.default_views
  • cd /home/tempuser/tempfolder/ckan/contrib/docker
  • Recompile the docker container:
    • sudo docker-compose restart ckan

But if I see the log through sudo docker-compose logs -f ckan this is the error:

ckan          |     raise PluginNotFoundException(plugin_name)
ckan          | ckan.plugins.core.PluginNotFoundException: right_time_context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions