Skip to content
This repository was archived by the owner on Jun 20, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 764 Bytes

File metadata and controls

24 lines (16 loc) · 764 Bytes

Overseer

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