简体   繁体   中英

Cron jobs and cakephp

I have looked around and I really cannot find an answer. I am very new to this, and I want to run a cron job in cakephp from the command line. I have made my shell, and tested it manually and it all works. Now I would just like to make it run every 10 minutes but I need to do this from the command line only.

Please help! Thanks :)

  1. Open your consol as root account and run this command line crontab-e
  2. add this line at the end of file */10 * * * * php /path_to_your_script.php
  3. Save changes

Thanks

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM