===============================================
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:
Activate your CKAN virtual environment, for example::
source /usr/lib/ckan/default/bin/activate
Install the ckanext-tableauview Python package into your virtual environment::
pip install ckanext-tableauview
Add the relevant plugins to the ckan.plugins setting in your CKAN
config file (by default the config file is located at
/etc/ckan/default/production.ini). Check Available plugins_ to see which
ones are available and if they require further configuration.
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::
sudo service apache2 reload
Development Installation
To install ckanext-tableauview for development:
Clone the source::
cd /usr/lib/ckan/default/src
git clone https://github.com/geosolutions-it/ckanext-tableauview.git
Activate your CKAN virtual environment, for example::
source /usr/lib/ckan/default/bin/activate
Install the ckanext-tableauview Python package into your python virtual environment::
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.
Registering ckanext-tableauview on PyPI
ckanext-tableauview should be availabe on PyPI as
https://pypi.python.org/pypi/ckanext-tableauview. If that link doesn’t work, then
you can register the project on PyPI for the first time by following these
steps:
- Create a s