Extension Native Hawaiian Data Portal


Extension Basics

Title
Native Hawaiian Data Portal
Name
ckanext-nhdp
Type
Public extension
Description
CKAN extension providing customizations for the Native Hawaiian Data Portal with theme modifications and UI enhancements.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-09-01 05:30:27)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-nhdp

Native Hawaiian Data Portal Extension for CKAN.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.6 and earlier not tested
2.7 not tested
2.8 not tested
2.9 not tested

Installation

To install ckanext-nhdp:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate

  2. Clone the source and install it on the virtualenv:

    git clone https://github.com/turbomanson/ckanext-nhdp.git
    cd ckanext-nhdp
    pip install -e .
    pip install -r requirements.txt
    
  3. Add nhdp to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload

Config settings

None at present

Developer installation

To install ckanext-nhdp for development, activate your CKAN virtualenv and do:

git clone https://github.com/turbomanson/ckanext-nhdp.git
cd ckanext-nhdp
python setup.py develop
pip install -r dev-requirements.txt

Tests

To run the tests, do:

pytest --ckan-ini=test.ini

License

AGPL

Version
0.0.1
Version release date
2021-09-01
Contact name
turbomanson
Contakt email
Contact Url


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
nhdp
CKAN Settings (ckan.ini)
# No specific environment variables documented
DB migration to be executed
(not set)
<< back to Extensions