Step 2: Add Cron Jobs
Once you've installed Mautic you will need to create a few standard cron jobs to have your software process various tasks. These cron jobs can be created through a cPanel or added through command line. If you are unfamiliar or uncomfortable with this step then we'd recommend asking in the forums or in the live Slack chat. Here is a list of the cron jobs you'll need to create.
Updating Lead Lists
php /path/to/mautiv/app/console mautiv:leadlists:update
Update Campaigns
php /path/to/mautiv/app/console mautiv:campaigns:update
Execute Campaign Actions
php /path/to/mautiv/app/console mautiv:campaigns:trigger
Review Cron Jobs for more information on these and other optional cron jobs.