This is the theme for data.grcity.us
Currently targeted at our version: 2.0.1
- run
. /usr/lib/ckan/default/bin/activate - run
python setup.py developin this dir - in
production.iniadddatagrto theckan.pluginssetting - run
service apache2 reload
To work on this theme, see http://docs.ckan.org/en/847-new-theming-docs/theming.html#creating-a-ckan-extension Note that it assumes a development installation of CKAN. If you have installed CKAN following the standard method you should make these changes:
- edit
production.iniwhenever it saysdevelopment.ini - remove
processes=2from theWSGIDaemonProcessline in/etc/apache2/sites-available/ckan_defaultso that debug mode works - run
service apache2 reloadwhenever you make changes (switch topaster servewhen that gets annoying...)