Configure scheduled tasks
Follow these steps:
Run the following command to edit the crontab file:
$ sudo crontab -e
Add the following line to the file, modifying the command line as needed. For example, to send a daily report at 6 AM, use this command:
00 6 * * * su daemon -s /bin/sh -c "/opt/bitnami/php/bin/php /opt/bitnami/apps/tiki/htdocs/console.php daily-report:send"
Save the file.