ckanext-tableauview - Viewer for Tableau Public
This extension contains a view plugin to display Tableau vizzes in CKAN.
Installation
To install ckanext-tableauview on a production site:
1. Activate your CKAN virtual environment: source /usr/lib/ckan/default/bin/activate
2. Install the ckanext-tableauview Python package: pip install ckanext-tableauview
3. Add the relevant plugins to the ckan.plugins setting. Check Available plugins.
4. Restart CKAN
Development Installation
- Clone the source:
cd /usr/lib/ckan/default/src && git clone https://github.com/geosolutions-it/ckanext-tableauview.git
- Activate your CKAN virtual environment
- Install:
cd ckanext-tableauview && python setup.py develop
- Continue with the main installation instructions above (step 3 onwards)
Available Plugins
Read the wiki page to see a configuration and display example.
License
AGPL-3.0