liquid_feedback_frontend

diff INSTALL.html @ 1051:53b0139ed930

Include "lf_update_issue_order" command in installation instructions
author jbe
date Mon Jul 14 21:01:18 2014 +0200 (2014-07-14)
parents b9300c2e75da
children 08adef9f05b9
line diff
     1.1 --- a/INSTALL.html	Thu Jul 10 02:43:17 2014 +0200
     1.2 +++ b/INSTALL.html	Mon Jul 14 21:01:18 2014 +0200
     1.3 @@ -203,11 +203,12 @@
     1.4  end
     1.5  </code></pre>
     1.6  
     1.7 -<h2>9. Setup regular execution of <code>lf_update</code> and <code>lf_update_suggestion_order</code></h2>
     1.8 +<h2>9. Setup regular execution of <code>lf_update</code> and related commands </h2>
     1.9  
    1.10 -<p>The executables <code>lf_update</code> and <code>lf_update_suggestion_order</code> must be executed
    1.11 -regularly. This may be achieved by creating a file named
    1.12 -<code>/opt/liquid_feedback_core/lf_updated</code> with the following contents:</p>
    1.13 +<p>The executables <code>lf_update</code>, <code>lf_update_issue_order</code>, and
    1.14 +<code>lf_update_suggestion_order</code> must be executed regularly. This may be achieved
    1.15 +by creating a file named <code>/opt/liquid_feedback_core/lf_updated</code> with the
    1.16 +following contents:</p>
    1.17  
    1.18  <pre><code>#!/bin/sh
    1.19  
    1.20 @@ -223,6 +224,7 @@
    1.21  
    1.22  while true; do
    1.23    su - www-data -c 'nice /opt/liquid_feedback_core/lf_update dbname=liquid_feedback 2&gt;&amp;1 | logger -t "lf_updated"'
    1.24 +  su - www-data -c 'nice /opt/liquid_feedback_core/lf_update_issue_order dbname=liquid_feedback 2&gt;&amp;1 | logger -t "lf_updated"'
    1.25    su - www-data -c 'nice /opt/liquid_feedback_core/lf_update_suggestion_order dbname=liquid_feedback 2&gt;&amp;1 | logger -t "lf_updated"'
    1.26    sleep 5
    1.27  done

Impressum / About Us