Skip to content

isabella232/ckanext-viderum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ckan Viderum

This extension extends CKAN footer.html and provide links to Viderum page.

Installation

To install ckanext-viderum:

  1. Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
  1. Install the ckanext-viderum Python package into your virtual environment:
pip install ckanext-viderum
  1. Add viderum to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  2. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:

sudo service apache2 reload

Config Settings

There are no required configuration options used by the extension.

Development Installation

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

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

About

Viderum default extension for CKAN

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.1%
  • Shell 23.6%
  • HTML 8.3%