Changes between Version 34 and Version 35 of DetailedInstall


Ignore:
Timestamp:
Sep 26, 2008, 5:25:19 AM (16 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v34 v35  
    381381    '''''c:\wamp\www\periodic\cmd.bat''''': 
    382382    {{{ 
    383 c:\wamp\php\php.exe -f c:\wamp\www\periodic\tags.php 
     383c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\cmd.php 
    384384    }}} 
    385385 
    386386    '''''c:\wamp\www\periodic\notifies.bat''''': 
    387387    {{{ 
    388 c:\wamp\php\php.exe -f c:\wamp\www\periodic\notifies.php 
     388c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\notifies.php 
    389389    }}} 
    390390 
    391391    '''''c:\wamp\www\periodic\cupid.bat''''': 
    392392    {{{ 
    393 c:\wamp\php\php.exe -f c:\wamp\www\periodic\cupid.php 
     393c:\wamp\bin\php\php5.2.6\php.exe -f c:\wamp\www\periodic\cupid.php 
    394394    }}} 
    395395         
    396396    2) then assign crons for these files this way: 
    397397    {{{ 
    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) 
     398schtasks /Create /tn cmd_cron /sc DAILY /st 00:00:00 /tr c:\wamp\www\periodic\cmd.bat (to run every day at midnight) 
     399schtasks /Create /tn notifies_cron /sc MINUTE /mo 10 /tr c:\wamp\www\periodic\notifies.bat (to run every 10 minutes) 
     400schtasks /Create /tn cupid_cron /sc HOURLY /mo 1 /tr c:\wamp\www\periodic\cupid.bat (to run every 1 hour) 
    401401 
    402402    }}} 
     
    452452         
    453453    Navigate to http://your_site_url/groups/orca and click the link '''en''' next to the '''Compile languages''' wording. Refresh the page. 
     454 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub