forked from pool/matomo
Eric Schirra
09e7a019e4
- moved the update message in post to the right position - disable some (unused) php functions - use open basedir - add newly required php modules: php-ctype, php-dom, php-iconv, php-tokenizer, php-xmlreader, php-xmlwriter, php-zlibm - define locations of web-, log- and config directories dynamically - allow to enable compression - enhanced README.SUSE OBS-URL: https://build.opensuse.org/request/show/758580 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=45
10 lines
368 B
Plaintext
10 lines
368 B
Plaintext
#
|
|
# cron for matomo Auto-Archiving of Your Reports
|
|
#
|
|
|
|
# without CLI
|
|
#-5 * * * * wwwrun /usr/bin/php @ap_serverroot@/matomo/misc/cron/archive.php --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|
|
|
|
# with CLI
|
|
-5 * * * * wwwrun /usr/bin/php @ap_serverroot@/matomo/console core:archive --url=http://localhost/matomo/ > /var/log/matomo/matomo-archive.log
|