Changes between Version 2 and Version 3 of PerAppCredit


Ignore:
Timestamp:
Aug 17, 2014, 11:25:00 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PerAppCredit

    v2 v3  
    4343== Exporting per-app credit ==
    4444
    45 The script '''html/ops/export_credit_by_app.php''' exports per-app credit as two files
     45The [DbDump db_dump] program writes per-app credit in two files
    4646'''user_work.gz''' and '''team_work.gz''' in your html/stats directory.
    47 Run this as a periodic task, with an entry of the form
    48 {{{
    49 <task>
    50    <cmd>run_in_ops ./export_credit_by_app.php</cmd>
    51    <period>24 hours</period>
    52    <output>export_credit_by_app.out</output>
    53 </task>
    54 }}}
    55 in your config.xml