Run new script after crawl is complete
« on: October 14, 2010, 11:49:30 AM »
Hi, we are looking for a way to start a new script straight after the crawl is complete. Basically our hosting company doesnt support PHP so we are running the generator on an alternate server. After the generator has crawled our site, we need to then upload the sitemap files onto the hosting server.

Thanks
Re: Run new script after crawl is complete
« Reply #1 on: October 14, 2010, 12:57:23 PM »
Hello,

one way would be to setup a cron task to run generator to say 2AM daily and another cron task to upload new sitemap on 3AM (depending on how long it takes to create sitemap in your case)