Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.44 KB

README.rst

File metadata and controls

56 lines (36 loc) · 1.44 KB

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