Extension Gdoc


Extension Basics

Title
Gdoc
Name
ckanext-gdoc
Type
Public extension
Description
A previewer for CKAN that uses the Google Doc Previewer to view documents
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-03-18 20:10:09)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

=============

ckanext-gdoc

This plugin provides the option of using the Google Docs viewer for previewing content as an IResourceView


Installation

To install ckanext-gdoc:

  1. Clone this repository into the place where you normally install extensions, by default this will be /usr/lib/ckan/default/src/

  2. Activate your CKAN virtual environment, for example::

    . /usr/lib/ckan/default/bin/activate

  3. Install the ckanext-gdoc Python package into your virtual environment::

    cd ckanext-gdoc python setup.py install

  4. Add gdoc_view to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  5. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::

    sudo service apache2 reload

Version
Version release date
(not set)
Contact name
Ross Jones
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
gdoc
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions