Update README.md
This commit is contained in:
parent
0cfb44788a
commit
c313ffce6e
1 changed files with 11 additions and 1 deletions
12
README.md
12
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 <change/this/to/the/correct/path> && /usr/bin/perl monitolite.pl > /dev/null`
|
||||
|
||||
|
||||
MORE INFORMATIN COMING SOON.
|
||||
MORE INFORMATION COMING SOON.
|
||||
|
|
Loading…
Add table
Reference in a new issue