README
author Tomas Zeman <tzeman@volny.cz>
Tue, 12 Apr 2011 13:29:28 +0200
changeset 4 d27c9e85c5dc
parent 3 009d59a415c1
permissions -rw-r--r--
radview: 0.1-SNAPSHOT -> 0.1

                       Radius Viewer Application
                       -------------------------
                     Tomas Zeman <tzeman@volny.cz>
                             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