Page 1 of 1

CSWEB7.5 Settings

Posted: January 16th, 2021, 4:32 am
by langsonb
Hi everyone,

I managed to configure CSWEB 7.5 and am able to create target database on my local machine using
php bin/console csweb:process-cases
Command.
My question is how can I run the same command [php bin/console csweb:process-cases] on live server since I do not know the full path
of my CSWEB location? I am using bluehost.

Thank you

Re: CSWEB7.5 Settings

Posted: January 16th, 2021, 8:34 am
by josh
On hosted sites the easiest way is to setup a CRON job in cpanel. You can set it up to run once every hour for example. Once you have it working you can adjust the timing to be more or less frequent depending on how long it takes to run. You web host should have documentation on how set up a CRON job.