edgedesign/overseer

This package is abandoned and no longer maintained. No replacement package was suggested.

Overseer is simple-to-use tool for watching files and sending new content in them via e-mail messages.

v0.5.0 2015-08-06 07:01 UTC

This package is not auto-updated.

Last update: 2020-01-28 11:22:00 UTC


README

Dependency Status

Overseer is simple-to-use tool for watching files and sending new content in them via e-mail messages.

## Requirements

  • PHP 5.3
  • enabled PHP function passthru
  • CLI commands diff and grep

Usage

  1. Clone repository: git clone git@github.com:EdgedesignCZ/Overseer.git
  2. Copy default configuration: cp config/config.default.ini config/config.ini
  3. Configure overseer: nano config/config.ini
  4. Install: composer install --no-dev
  5. Add cron task:
*/5    *       *       *       *       php -f /home/myself/overseer/overseer.php 1> /dev/null