Verified Commit 385e8ac0 authored by bmortier's avatar bmortier
Browse files

:handshake: fix(notifications) the notification plugin miss the plugin installation


Signed-off-by: bmortier's avatarBenoit Mortier <benoit.mortier@fusiondirectory.org>
Showing with 47 additions and 1 deletion
+47 -1
Configuration
=============
The list of attributes **must be** configured via the **FusionDirectory configuration menu** under the **Notifications** tab before use.
Description
===========
This plugin is used in the manage possibility of getting notified of attributes or supann ressources change on a set of users
......@@ -5,4 +5,7 @@ Notifications
.. toctree::
:maxdepth: 2
notificationsTask.rst
description
installation
configuration
notificationsTask
Installation
============
Install packages
----------------
Debian
^^^^^^
.. code-block:: bash
apt-get install fusiondirectory-plugin-notifications
apt-get install fusiondirectory-plugin-notifications-schema
Install schemas
---------------
Debian
^^^^^^
.. code-block:: bash
fusiondirectory-schema-manager --insert-schema /etc/ldap/schema/fusiondirectory/notifications-fd.schema
fusiondirectory-schema-manager --insert-schema /etc/ldap/schema/fusiondirectory/notifications-fd-conf.schema
Register the plugin
-------------------
.. code-block:: bash
fusiondirectory-plugins-manager --register-plugin /etc/fusiondirectory/yaml/notifications/description.yaml
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment