X-Git-Url: https://git.cweiske.de/auerswald-callnotifier.git/blobdiff_plain/498ae1ea333665971ca66dc095c339f0bb4cc238..969e385795456d8c82e39f103b2cdaf34327a493:/README.rst diff --git a/README.rst b/README.rst index daf94e2..f4a7038 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,24 @@ caller location city names via OpenGeoDb. .. contents:: + +============ +Installation +============ + +1. Clone the git repository +2. Install dependencies +3. Configure the tool +4. Run ``./callnotifier.php`` + + +Dependencies +============ +- PEAR's Console_CommandLine package +- PEAR's Net_LDAP2 package for LDAP name resolution +- curl for the dreambox notifier + + ============= Configuration ============= @@ -118,6 +136,12 @@ This is a problem with PHP since pcntl_signal handling and blocking sockets do not work together. The signal will not be handled. +======= +License +======= +Auerswald callnotifier is licensed under the terms of the GPLv3 or later. + + ====== Source ======