From c76fb8d6e371b8e3b774fb57249a315e7be7409b Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sun, 2 Oct 2016 10:04:04 -0400 Subject: [PATCH] Docs: set up default action_trigger_filters.json file Given that action_trigger_runner.pl looks by default for a file called action_trigger_filters.json, instruct people to create that file when they are first setting up their system. Signed-off-by: Dan Scott --- docs/installation/server_installation.txt | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index 91aec9b9db..ea2ec6747c 100644 --- a/docs/installation/server_installation.txt +++ b/docs/installation/server_installation.txt @@ -445,8 +445,26 @@ destination file. The backup version of the destination file has a tilde (`~`) appended to the file name, so if you have forgotten the Jabber users and domains, you can retrieve the settings from the backup version of the files. -`eg_db_config`, described in the following section, sets the database -connection information in `opensrf.xml` for you. +`eg_db_config`, described in <<_creating_the_evergreen_database,Creating the Evergreen +database>>, sets the database connection information in `opensrf.xml` for you. + +Configure action triggers for the Evergreen application +------------------------------------------------------- +_Action Triggers_ provide hooks for the system to perform actions when a given +event occurs; for example, to generate reminder or overdue notices, the +`checkout.due` hook is processed and events are triggered for potential actions +if there is no checkin time. + +To enable the default set of hooks, issue the following command as the +*opensrf* Linux account: + +[source, bash] +------------------------------------------------------------------------------ +cp -b /openils/conf/action_trigger_filters.json.example /openils/conf/action_trigger_filters.json +------------------------------------------------------------------------------ + +For more information about configuring and using action triggers, see +<<_notifications_action_triggers,Notifications / Action Triggers>>. Creating the Evergreen database ------------------------------- -- 2.43.2