ckanext-heroku
Sets config options so that CKAN can run on Heroku.
Installation
To install ckanext-heroku:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-heroku Python package into your virtual environment:
pip install ckanext-heroku
Add heroku 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-heroku for development, activate your CKAN virtualenv and do:
git clone https://github.com/nerevu/ckanext-heroku.git
cd ckanext-heroku
python setup.py develop
pip install -r dev-requirements.txt
Running the Tests
To run the tests, do:
nosetests --nologcapture --with-pylons=test.ini
PyPI
ckanext-heroku is available on PyPI as https://pypi.python.org/pypi/ckanext-heroku