cmm324
01-14-2007, 09:47 AM
Hi all,
I am a convert from windows hosting, and I am not very skilled with linux or linux based hosting, so please be kind. :)
I installed SugarCRM and it requires me to create a cronjob. Here is the excerpt from the documentation.
_____________________________
To add a new cronjob to your crontab
1. At the command prompt, type crontab -e.
2. Enter the following line to your crontab:
* * * * * cd /path/to/sugar/crm; php -f cron.php > /
dev/null 2&>1
_____________________________
So I am thinking the command for the cron job should be the following?
* * * * * /usr/bin/php -q /home/{USERNAME}/public_html/crm/cron.php
Thank you in advance.
I am a convert from windows hosting, and I am not very skilled with linux or linux based hosting, so please be kind. :)
I installed SugarCRM and it requires me to create a cronjob. Here is the excerpt from the documentation.
_____________________________
To add a new cronjob to your crontab
1. At the command prompt, type crontab -e.
2. Enter the following line to your crontab:
* * * * * cd /path/to/sugar/crm; php -f cron.php > /
dev/null 2&>1
_____________________________
So I am thinking the command for the cron job should be the following?
* * * * * /usr/bin/php -q /home/{USERNAME}/public_html/crm/cron.php
Thank you in advance.