Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.12 KB

CakeCrons

This is a CakePHP plugin to manage task execution with a web frontend in your CakePHP app. All available taks in your CakePHP app can be managed by CakeCrons.

Requirements

You need a CakePHP 1.3 installation with a working console

Installation

  1. Create a folder named 'cake_crons' in your 'plugins' directory.
  2. Either download the latest release and extract it into 'cake_crons', or clone this repository into 'cake_crons' and checkout the latest release.
  3. Generate the schema

Customization

  1. Setup your CakePHP ACL for CakeCrons. You don't want everyone in the world to access CakeCrons.
  2. Perhaps you would like to override the views to fit into your app.