# ARCHIVED This functionality has been implemented via CKAN. This plugin is not useable anymore after moving away from Amazon and sqs.
notify sysadmins when new organisations are created
Tested on CKAN 2.8.3
To install ckanext-notify-sysadmin:
Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
Install the ckanext-notify-sysadmin Python package into your virtual environment:
pip install -e git+https://github.com/belgium-its-steering-committee/ckanext-notify-sysadmin#egg=ckanext-notify-sysadmin
Add
notifysysadminto theckan.pluginssetting 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