Skip to content

cbgaindia/ckanext-d3view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckanext-d3view

CKAN Data Visualization plugin (Work in Progress)

Requirements

Tested with CKAN Version 2.6 and 2.8

Installation

To install ckanext-d3view:

Checkout dev branch for latest changes

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Clone repository and install the ckanext-d3view Python package into your virtual environment:

    python setup.py install
    
  3. Add d3view if using master branch and budgetsummary budgetbar budgettable if using dev branch 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
    

Development Installation

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

git clone https://github.com/cbgaindia/ckanext-d3view.git
cd ckanext-d3view
python setup.py develop

About

CKAN Plugin for D3 Visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published