Changes between Version 34 and Version 35 of DetailedInstall
- Timestamp:
- Sep 26, 2008, 5:25:19 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetailedInstall
v34 v35 381 381 '''''c:\wamp\www\periodic\cmd.bat''''': 382 382 {{{ 383 c:\wamp\ php\php.exe -f c:\wamp\www\periodic\tags.php383 c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\cmd.php 384 384 }}} 385 385 386 386 '''''c:\wamp\www\periodic\notifies.bat''''': 387 387 {{{ 388 c:\wamp\ php\php.exe -f c:\wamp\www\periodic\notifies.php388 c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\notifies.php 389 389 }}} 390 390 391 391 '''''c:\wamp\www\periodic\cupid.bat''''': 392 392 {{{ 393 c:\wamp\ php\php.exe -f c:\wamp\www\periodic\cupid.php393 c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\cupid.php 394 394 }}} 395 395 396 396 2) then assign crons for these files this way: 397 397 {{{ 398 schtasks /Create /tn task_name/sc DAILY /st 00:00:00 /tr c:\wamp\www\periodic\cmd.bat (to run every day at midnight)399 schtasks /Create /tn task_name/sc MINUTE /mo 10 /tr c:\wamp\www\periodic\notifies.bat (to run every 10 minutes)400 schtasks /Create /tn task_name/sc HOURLY /mo 1 /tr c:\wamp\www\periodic\cupid.bat (to run every 1 hour)398 schtasks /Create /tn cmd_cron /sc DAILY /st 00:00:00 /tr c:\wamp\www\periodic\cmd.bat (to run every day at midnight) 399 schtasks /Create /tn notifies_cron /sc MINUTE /mo 10 /tr c:\wamp\www\periodic\notifies.bat (to run every 10 minutes) 400 schtasks /Create /tn cupid_cron /sc HOURLY /mo 1 /tr c:\wamp\www\periodic\cupid.bat (to run every 1 hour) 401 401 402 402 }}} … … 452 452 453 453 Navigate to http://your_site_url/groups/orca and click the link '''en''' next to the '''Compile languages''' wording. Refresh the page. 454