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
Requires (Dev)
- hamcrest/hamcrest-php: ~1.2
- phpunit/phpunit: ~4.3
This package is not auto-updated.
Last update: 2020-01-28 11:22:00 UTC
README
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
andgrep
Usage
- Clone repository:
git clone git@github.com:EdgedesignCZ/Overseer.git
- Copy default configuration:
cp config/config.default.ini config/config.ini
- Configure overseer:
nano config/config.ini
- Install:
composer install --no-dev
- Add cron task:
*/5 * * * * php -f /home/myself/overseer/overseer.php 1> /dev/null