Magento:如何在本地计算机上手动运行 cron?
我想手动运行 Magento cron 。我记得在 Drupal 中我们可以手动完成,而无需在服务器中设置 cron 作业。就像我想在本地系统中运行 magento 的 cron 一样。我怎样才能做到这一点?
I want to run the Magento cron by manually . I can remember in Drupal we can do it manually without setting the cron job in the server. Same like i want to do run the magento's cron in my local system. How i can do this??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用浏览器点击
http://yourdomain.com/cron.php
或 php-cli 在应用程序的根目录中执行cron.php
。use your browser to hit
http://yourdomain.com/cron.php
or php-cli to executecron.php
in the root of the application.从你的 magento 根目录运行
From your magento root, run