dimo414 Posted April 2, 2009 Report Share Posted April 2, 2009 So I'm trying to set up some kind of cron job-like system for me to run a few scripts I need to run regularly, but of course since PHP isn't actually installed, I can't just reference it in a scheduled task. I'm wondering what the best way to get around that is? I don't want to launch a browser every time (this will be running every minute or so) Quote Link to comment Share on other sites More sharing options...
Ric Posted April 2, 2009 Report Share Posted April 2, 2009 Search the Wiki for cron you will find it covered there.These two pages will get you started with portable cron.Installing Drupal and Installing MoodleAll the best Ric Quote Link to comment Share on other sites More sharing options...
dimo414 Posted April 3, 2009 Author Report Share Posted April 3, 2009 Search the Wiki for cron you will find it covered there.These two pages will get you started with portable cron.Installing Drupal and Installing MoodleAll the best Ric *Smacks Head* yeah, shoulda thought of checking that. Sorry to waste your time, thanks though! Quote Link to comment Share on other sites More sharing options...
BananaAcid Posted April 3, 2009 Report Share Posted April 3, 2009 there are also other possibilities like windows AT.exe and SCHTASKS.exe using wget.exe to call a cron job php in apaches environment. for more check out http://bananaacid.de.vu/?uniserver/test_Sc...ystem_dependent and read the howto.txt for manual setup of cron jobs its super fast and easy. but integrating into admin panel needs an interface. provided by a plugin for example. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.