Target release0.0.3
Source (e.g. Github)
Main featuresA CKAN extension for adding popup contact forms to pages.
Prerequisite / Dependencies

-

LicenseGPL-3.0 License
Installed by
Document status

COMPLETE

Background and strategic fit

Like all standard websites, this functionality provides a possibility for users to contact the system admin of HEF AgriHUB.

Installations and Requirements

Installations and Requirements

To install ckanext-contact on a production site:

  1. Activate your CKAN virtual environment, for example:

    ENV /usr/lib/ckan/default/bin/activate
  2. Install the ckanext-contact Python package into your virtual environment:

    pip install ckanext-contact
    
    // or
    
    pip install -e git+https://github.com/NaturalHistoryMuseum/ckanext-contact#egg=ckanext-contact
  3. Add the relevant plugins to theckan.pluginssetting in your CKAN config file.

    ckan.plugins = ... contact
  4. Restart CKAN. For example, if you've deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload

User interaction and design

The design is similar to any normal contact list.

Questions and Answers

Below is a list of Q&A from user sides:

QuestionAnswers

Further steps