diff -r cf829ec742b3 -r 009d59a415c1 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Mon Apr 04 10:22:37 2011 +0200 @@ -0,0 +1,29 @@ + Radius Viewer Application + ------------------------- + Tomas Zeman + Released: 2011 + +RadViewer provides web-based view/search of BTS, Syslog and Radius +accounting databases. + +Configuration and deployment: + +The application is packaged as a standard webarchive to be deployed in +any servlet container. It is configured via +/WEB-INF/classes/default.props file (in Java properties format) and +expects 3 database connections to be configured: + + - syslog (syslog entries) + - radius accounts (subscriber info) + - radius accounting packets (CDRs) + +Building from source: + +The application can be build via simple build tool +(http://code.google.com/p/simple-build-tool/). Just do: + +$ sbt update +$ sbt clean +$ sbt package + +# vim: tw=72 et ts=2 sw=2