mirror of
https://github.com/retailcrm/legacy.git
synced 2024-11-23 22:06:05 +03:00
Updated Базовая информация (markdown)
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
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user