Changes between Version 12 and Version 13 of PiwikServer
- Timestamp:
- 06/29/11 11:06:52 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiwikServer
v12 v13 74 74 }}} 75 75 76 Set up the [http://piwik.org/docs/setup-auto-archiving/#toc-linuxunix-how-to-setup-a-crontab-to-automatically-archive-the-reports crontab to automatically archive the reports]: 77 78 {{{ 79 crontab -u www-data -e 80 81 5 * * * * /web/piwik.transitionnetwork.org/piwik/misc/cron/archive.sh > /dev/null 82 }}} 83 76 84 == Requirements == 77 85