dongwen7730 2013-10-04 12:46
浏览 30
已采纳

在服务器上设置cronjob脚本

I'm trying to set up a cronjob script on my server.
I've followed this tutorial and I now have a folder "scripts" with "cronjob.php":

<?php
define("_CRONJOB_",true);
require(APPLICATION_PATH . '../public/index.php');

// my executions
?>

In my "index.php" file:

if(!defined('_CRONJOB_') || _CRONJOB_ == false)
{
    $application->bootstrap()->run();
}

But how can I set this on my server? I've done the following as a start: chmod 755 cronjob.php, but what's next?

  • 写回答

2条回答 默认 最新

  • du13520157325 2013-10-04 13:02
    关注

    Use crontab, make sure you have both crontab and php-cli installed.

    First edit the cron by doing

    $ crontab -e

    Then insert something like this

    */10 * * * * /usr/bin/php /path/to/scripts/cronjob.php

    This examples does execute the script every 10th minute.

    For more on the syntax see https://en.wikipedia.org/wiki/Cron#Predefined_scheduling_definitions

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 宇视监控服务器无法登录
  • ¥15 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误
  • ¥50 power BI 从Mysql服务器导入数据,但连接进去后显示表无数据
  • ¥15 (关键词-阻抗匹配,HFSS,RFID标签天线)