cronkeep/cronkeep

Web-based crontab manager

Installs: 2 631

Dependents: 0

Suggesters: 0

Security: 0

Stars: 253

Watchers: 16

Forks: 61

Open Issues: 27

Type:project

v0.1.2 2016-11-26 01:42 UTC

This package is auto-updated.

Last update: 2024-03-29 03:19:21 UTC


README

CronKeep is a web-based crontab management tool which enables teams to have visibility over what cron jobs are scheduled, run jobs on demand, add new cron jobs in a human-friendly way, or pause a cron schedule from going off, without the need for sysadmin-level access.

CronKeep — Add Job screen

Features

  • Run cron jobs on demand
  • Add new jobs in a simple way
  • Pause a cron job schedule
  • Change or delete existing jobs
  • Minimal setup required (no database dependency)

Live Demo

See the app in action at demo.cronkeep.com. Running cron jobs is disabled in the demo app.

Requirements

CronKeep fits nicely into your LAMP stack. Apache and PHP 5.3.23 or newer are required.

The current CronKeep version interacts only with the crontab of the user Apache is running as. This means it will only have access to the jobs added for the user www-data, apache or nobody, depending on your system.

Installation

  • Proceed with installing Composer if you don't already have it.
curl -sS https://getcomposer.org/installer | php
  • Now using this one-liner command, Composer will install CronKeep and all of its dependencies onto your directory of choice (preferably, your www directory):
php composer.phar create-project cronkeep/cronkeep --keep-vcs -s dev /var/www/cronkeep
  • Set up authentication

At this time, the crontab manager does not feature in-app authentication. It is up to the user to set up means of authentication. Please refer to Installation for more details.

License

CronKeep is a free to use application, both for non-profit and commercial organizations, licensed under the terms of Apache License 2.0. Contributions are encouraged.

SensioLabsInsight