gpt4 book ai didi

php - 使用 phantomjs 设置 cron 作业

转载 作者:太空宇宙 更新时间:2023-11-04 05:39:48 24 4
gpt4 key购买 nike

我使用 phantom js 创建了小型应用程序。不过,它在我的本地(Windows)中运行良好。当我将源代码上传到 cpanel 中的实时(linux)服务器时,我想使用 cronjob 每分钟运行一次 js 文件。我如何在服务器中设置所有内容。我有上传源如下。

  1. Phantom js 源 Linux phantom 源位于/home/my_user/phantom/bin/phantomjs
  2. 我的js文件位于/home/my_user/phantom/bin/test.js

我尝试将 cron 设置为

PHANTOMJS_EXECUTABLE=/home/my_user/public_html/phantom/bin/phantomjs -q /home/my_user/public_html/phantom/bin/test.js

但这不起作用。让我知道我的命令或其他地方缺少什么。这与其他 PHP cron 不同,因为我需要在 js 文件中运行 phantomjs 应用程序,并且我想使用 cron 运行 js 文件。

最佳答案

要每分钟运行一个脚本,我建议创建一个类似的 cron 作业:

* * * * * /home/my_user/public_html/phantom/bin/phantomjs  /home/my_user/public_html/phantom/bin/test.js

关于php - 使用 phantomjs 设置 cron 作业,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39869584/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com