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.
You need a CakePHP 1.3 installation with a working console
- Create a folder named 'cake_crons' in your 'plugins' directory.
- Either download the latest release and extract it into 'cake_crons', or clone this repository into 'cake_crons' and checkout the latest release.
- Generate the schema
- Setup your CakePHP ACL for CakeCrons. You don't want everyone in the world to access CakeCrons.
- Perhaps you would like to override the views to fit into your app.