ckanext-pubsub is a CKAN extension that notifies user when datasets change or new ones are added. It does this in one of three ways:
To install this extension you should first activate the virtualenv that runs your CKAN instance and then run the following command.
pip install -e git+https://github.com/rossjones/ckanext-pubsub.git#egg=ckanext-pubsub
For development you should check out the code into a useful location as follows (again, as long as the virtualenv is activated)
git clone git://github.com/rossjones/ckanext-pubsub.git
cd ckanext-pubsub
python setup.py develop
Add the plugin to the ckan.plugins setting in your CKAN .ini file
ckan.plugins = … subpub
Restart your web-server, probably apache
sudo apache2ctl restart
To run the tests for ckanext-pubsub you should run the following command from the folder where you installed ckanext-subpub. This is only really useful if you installed by cloning from git.
nosetests
No. It currently does nothing.
[1] A new resource added, for instance