Skip to content

belgium-its-steering-committee/ckanext-notify-sysadmin

Repository files navigation

image

image

Downloads

Latest Version

Supported Python versions

Development Status

License

ckanext-notify-sysadmin

notify sysadmins when new organisations are created

Requirements

Tested on CKAN 2.8.3

Installation

To install ckanext-notify-sysadmin:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
  2. 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
  3. Add notifysysadmin to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).
  4. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload