Skip to content

CivicVision/ckanext-krzn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckanext-krzn

Custom CKAN extension for KRZN

How to Install Locally for Development

  1. Install CKAN from source.

  2. Install ckanext-krzn. Activate your CKAN virtual environment and:

git clone git@github.com:okfn/ckanext-krzn.git
cd ckanext-krzn
python setup.py develop
pip install -r pip-requirements.txt
  1. Edit the following settings in the [app:main] section of your CKAN config file (e.g. development.ini or production.ini):
ckan.plugins = krzn
  1. Run CKAN, e.g. paster serve production.ini

Edit the style

After editing the less files, they need to be recompiled. This can be done by calling ckanext/krzn/theme/less.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.7%
  • Python 17.2%
  • CSS 10.5%
  • JavaScript 8.6%