{{ $notice }}
We are done with the basic setup, your database is set up and seeded with data and you selected your data sources.
Now we need to finalize and get the schedules set up to keep your data up to date, we do this with the schedule runner
We have attemped to set the following preserved full crontab for user {{get_current_user()}} who is running the webserver:
{{$cronlist}}
{{$output}}
If you need this cron to run as a different user than {{get_current_user()}} you will need to remove this crontab entry
and set it for the user of your choice, for most cases, the web user should be fine.
{{$cronstring}}
if you are familiar with cron then add this to your existing crontab.
If you are not, you can use the following command in a terminal.
NOTE: This command will wipe any existing crontab entries you have.
echo "{{ $cronstring }}" | crontab -