Changes between Version 27 and Version 28 of DetailedInstall


Ignore:
Timestamp:
May 13, 2008, 10:19:28 AM (16 years ago)
Author:
IgorL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetailedInstall

    v27 v28  
    320320        3. Return to the Dolphin installation page and copy the first command to be run as cron (omitting the zeros and asterisks), for example: 
    321321    {{{ 
    322 /usr/local/bin/php -q m:/home/localhost/www/dolphin61/periodic/cmd.php 
     322/usr/local/bin/php -q /home/localhost/www/d611/periodic/cmd.php 
    323323    }}} 
    324324    and insert it into the first field of your CPanel cron jobs management page schedule the time for this job, which also can be fetched from the Dolphin installation page, such as: 
     
    331331        5. Do the same for the second cron script: 
    332332        {{{ 
    333 /usr/local/bin/php -q m:/home/localhost/www/dolphin61/periodic/notifies.php 
     333/usr/local/bin/php -q /home/localhost/www/d611/periodic/notifies.php 
    334334 
    335335        }}} 
     
    341341        6. Do the same for the third cron script: 
    342342        {{{ 
    343 /usr/local/bin/php -q m:/home/localhost/www/dolphin61/periodic/cupid.php 
     343/usr/local/bin/php -q /home/localhost/www/d611/periodic/cupid.php 
    344344 
    345345        }}} 
    346346        and schedule the time for it: 
    347347        {{{ 
    348 */10 * * * * (which means: run the script every 10 minutes) 
     348* */1 * * * (which means: run the script every 1 hour) 
    349349        }}} 
    350350 
     
    359359    {{{ 
    360360MAILTO=myemail@mysite.com 
    361 0 0 * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/cmd.php 
    362 */10 * * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/notifies.php 
    363 */10 * * * * /usr/local/bin/php -q m:/home/localhost/www/d5605/periodic/cupid.php 
     3610 0 * * * /usr/local/bin/php -q /home/localhost/www/d611/periodic/cmd.php 
     362*/10 * * * * /usr/local/bin/php -q /home/localhost/www/d611/periodic/notifies.php 
     363* */1 * * * /usr/local/bin/php -q /home/localhost/www/d611/periodic/cupid.php 
    364364 
    365365    }}} 
     
    398398schtasks /Create /tn task_name /sc DAILY /st 00:00:00 /tr c:\wamp\www\periodic\cmd.bat (to run every day at midnight) 
    399399schtasks /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 MINUTE /mo 10 /tr c:\wamp\www\periodic\cupid.bat (to run every 10 minutes) 
     400schtasks /Create /tn task_name /sc HOURLY /mo 1 /tr c:\wamp\www\periodic\cupid.bat (to run every 1 hour) 
     401 
    401402    }}} 
    402403 
 
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