Changes between Version 2 and Version 3 of PerAppCredit
- Timestamp:
- Aug 17, 2014, 11:25:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PerAppCredit
v2 v3 43 43 == Exporting per-app credit == 44 44 45 The script '''html/ops/export_credit_by_app.php''' exports per-app credit astwo files45 The [DbDump db_dump] program writes per-app credit in two files 46 46 '''user_work.gz''' and '''team_work.gz''' in your html/stats directory. 47 Run this as a periodic task, with an entry of the form48 {{{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