edgedesign / overseer
Overseer is simple-to-use tool for watching files and sending new content in them via e-mail messages.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/edgedesign/overseer
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