[DOC] How to run reed-alert

This commit is contained in:
solene rapenne 2016-10-07 15:49:52 +02:00
parent fdcfc187b8
commit 58cdbb7571
1 changed files with 14 additions and 0 deletions

View File

@ -9,8 +9,22 @@ The code is very rough for now. I will try to make the config file
easier than it is actually, but I think it's already easy enough for
people who need to kind of tool.
I try to avoid usage of external libraries so the deployment is easy
as it only requires a Common LISP interpreter and a few files.
reed-alert is regularly tested on FreeBSD/OpenBSD/Linux
How to use
==========
It has been tested with both **sbcl** and **ecl** which should be
available in most distribution people use.
To start reed-alert
+ sbcl : **sbcl --script config_file.lisp**
+ ecl : **ecl -shell config_file.lisp**
Defining notification system
============================