Extension WPRDC Theme


Extension Basics

Title
WPRDC Theme
Name
ckanext-wprdctheme
Type
Public extension
Description
Custom CKAN theme for the Western Pennsylvania Regional Data Center (WPRDC). Integrates ckanext-scheming for custom metadata schemas, Wordpress, Google Analytics, and Disqus comments.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-06-01 00:00:00)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

WPRDC CKAN Theme

This is an extension to CKAN that provides a custom theme for the Western Pennsylvania Regional Data Center. This extension makes use of the ckanext-scheming extension.

Installation

To install ckanext-wprdctheme:

source /usr/lib/ckan/default/bin/activate
pip install -e git+https://github.com/UCSUR-Pitt/ckanext-wprdctheme#egg=ckanext-wprdctheme
cd /usr/lib/ckan/default/src/ckanext-wprdctheme
paster initdb -c /etc/ckan/default/production.ini

Edit your CKAN Configuration .INI file:

ckan.wordpress_url = http://<wordpress_url>
ckan.google_tracking = UA-00000000-01
disqus.name = <disqus_name>
scheming.dataset_schemas = ckanext.wprdc:dataset_schema.json
scheming.presets = ckanext.wprdc:dataset_presets.json
ckan.datarequests.comments = False
ckan.plugins = ... wprdc

Required CKAN Extensions

Contributors

  • Koury Lape (kourylape)
  • drw

About

Developed by the University Center for Social and Urban Research (UCSUR), University of Pittsburgh.

Version
Version release date
(not set)
Contact name
University Center for Social and Urban Research (UCSUR), University of Pittsburgh
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

ckan.wordpress_url = http:// ckan.google_tracking = UA-00000000-01 disqus.name = scheming.dataset_schemas = ckanext.wprdc:dataset_schema.json scheming.presets = ckanext.wprdc:dataset_presets.json ckan.datarequests.comments = False

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