ckanext-dwgviewer
A drawing (AutoCAD) file viewer for CKAN. This extension provides a resource view plugin that allows users to preview DWG files directly in the browser without requiring external software.
Requirements
This extension was developed for CKAN 2.x versions.
Installation
To install ckanext-dwgviewer:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-dwgviewer Python package into your virtual environment:
pip install ckanext-dwgviewer
Add dwgviewer to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).
Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
Development Installation
To install ckanext-dwgviewer for development, activate your CKAN virtualenv and do:
git clone https://github.com/TIBHannover/ckanext-dwgviewer.git
cd ckanext-dwgviewer
python setup.py develop
pip install -r dev-requirements.txt
License
AGPL-3.0 license
Developed by TIB Hannover (Technische Informationsbibliothek).