Feed Aggregator
Drupal also has a cool feed aggregator module that I just discovered. You can now see real estate info on my drupal site. Now I just need to figure out how to get cron configured. Any suggestions?
Get the latest from David Feinleib at venture capital firm Mohr Davidow Ventures.
4 Comments:
Drupal documentation regarding setting up the cron job is misleading, as it is mostly directed to people that don't have access to set up real linux box cron jobs. As I know you have access to cpanel, this is what you have to do:
1. Locate the real path to a file called cron.php located on your drupal root directory. This could be something like:
/var/www/vhosts/mydomain.com/cron.php
3. Locate which directory contains the php interpreter. This tends to be normally /bin/php, or /usr/bin/php. From a SSH terminal, you can do:
$ which php
2. Go to cPanel, and access the domain control panel. Navigate your way to Cron Jobs.
3. Add a new cron job, and specify as the command:
/usr/bin/php /var/www/vhosts/mydomain.com/cron.php
There are other ways, of course, that if you want me to I can help you with.
Thanks!
cron.php is located in the directory:
/var/www/vhosts/mydomain.com/httpdocs
What a great site, how do you build such a cool site, its excellent.
»
Your are Nice. And so is your site! Maybe you need some more pictures. Will return in the near future.
»
Post a Comment
<< Home