diff --git a/README.md b/README.md index 4b3a322..cba3d84 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,25 @@ It comes with a very straightforward dashboard written in PHP. I rewrote a couple of things today to make sure the script still works. +## Requirements + +* Perl +* a MTA +* PHP (with PDO) +* a Database server (MySQL, other?) +* Access to CRON tasks + ## Installation * clone this repo * install Perl dependencies * install PHP composer dependencies: `cd ./web && composer install` + * create a Database and import the schema from `sql/create.sql` * add tasks and contacts into the database (no backend yet) * run the script: `perl monitolite.pl` * check the web dashboard for results. + * when everything works, you may create a CRON `* * * * * cd && /usr/bin/perl monitolite.pl > /dev/null` - MORE INFORMATIN COMING SOON. + MORE INFORMATION COMING SOON.