Updated Базовая информация (markdown)

Vitaly Artemev 2016-07-14 18:08:11 +04:00
parent 486d60cdd7
commit d0881696bc

@ -33,8 +33,8 @@ php app.php
*/5 * * * * /path/to/php /path/to/retailcrm/app.php -e orders -l */5 * * * * /path/to/php /path/to/retailcrm/app.php -e orders -l
*/25 * * * * /path/to/php /path/to/retailcrm/app.php -e customers -l */25 * * * * /path/to/php /path/to/retailcrm/app.php -e customers -l
*/15 * * * * /path/to/php /path/to/retailcrm/app.php -e history */15 * * * * /path/to/php /path/to/retailcrm/app.php -e history
* */6 * * * /path/to/php /path/to/retailcrm/app.php -e icml 0 */6 * * * /path/to/php /path/to/retailcrm/app.php -e icml
* 3 * * * /path/to/php /path/to/retailcrm/app.php -e references -r delivery-types 0 3 * * * /path/to/php /path/to/retailcrm/app.php -e references -r delivery-types
*/5 * * * * /path/to/php /path/to/retailcrm/app.php -e mail -m mail@example.com */5 * * * * /path/to/php /path/to/retailcrm/app.php -e mail -m mail@example.com
``` ```
@ -43,5 +43,5 @@ php app.php
```bash ```bash
*/5 * * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e orders -l */5 * * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e orders -l
*/15 * * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e history -h orders */15 * * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e history -h orders
* */6 * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e icml 0 */6 * * * /path/to/php -c /path/to/php.ini /path/to/retailcrm/app.php -e icml
``` ```