[open-ils-commits] [GIT] Evergreen ILS branch master updated. c76fb8d6e371b8e3b774fb57249a315e7be7409b

Evergreen Git git at git.evergreen-ils.org
Sun Oct 2 10:08:56 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  c76fb8d6e371b8e3b774fb57249a315e7be7409b (commit)
      from  f4c7efc1b32a4a5ffd47cf5e07a1328bb4248883 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c76fb8d6e371b8e3b774fb57249a315e7be7409b
Author: Dan Scott <dscott at laurentian.ca>
Date:   Sun Oct 2 10:04:04 2016 -0400

    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 <dscott at laurentian.ca>

diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt
index 91aec9b..ea2ec67 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
 -------------------------------

-----------------------------------------------------------------------

Summary of changes:
 docs/installation/server_installation.txt |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list