ckanext-edsnews
The edsnews extension for CKAN provides a basic news display functionality within a CKAN instance. This extension allows portal administrators to create and display news items on the data portal.
Features
- Basic news display functionality
- Integration with CKAN portal frontend
- News management for portal administrators
Installation
To install ckanext-edsnews:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-edsnews Python package into your virtual environment:
pip install -e git+https://github.com/keitaroinc/ckanext-edsnews.git#egg=ckanext-edsnews
Add edsnews to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
Development Installation
To install ckanext-edsnews for development:
git clone https://github.com/keitaroinc/ckanext-edsnews.git
cd ckanext-edsnews
python setup.py develop
pip install -r dev-requirements.txt
License
AGPL-3.0 license
Developed by Keitaro Inc.