Extension Radius


Extension Basics

Title
Radius
Name
ckanext-radius
Type
Public extension
Description
The `ckanext-radius` extension enhances CKAN's functionality, though the exact features and capabil
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2021-04-05 10:20:28)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

=============

ckanext-radius

.. Put a description of your extension here: What does it do? What features does it have? Consider including some screenshots or embedding a video!


Requirements

For example, you might want to mention here which versions of CKAN this extension works with.


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-radius:

  1. Activate your CKAN virtual environment, for example::

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

  2. Install the ckanext-radius Python package into your virtual environment::

    pip install ckanext-radius

  3. Add radius 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

.. Document any optional config settings here. For example::

.. # The minimum number of hours to wait before re-checking a resource # (optional, default: 24). ckanext.radius.some_setting = some_default_value


Developer installation

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

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

Tests

To run the tests, do::

pytest --ckan-ini=test.ini

To run the tests and produce a coverage report, first make sure you have pytest-cov installed in your virtualenv (pip install pytest-cov) then run::

pytest --ckan-ini=test.ini  --cov=ckanext.radius

Releasing a new version of ckanext-

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
radius
CKAN Settings (ckan.ini)
# ckanext.radius.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions