» readme

Requirements

Quick Setup

You can simply download the web application archive "dmms-web.war" file and install it in your application server web app directory. At the moment it is only tested with Apache's Tomcat 6.x.


Database configuration

Localhost database name:
dmms
User:
root
Password:
root

[ Download dmms-web.war file (15MB) ]


Building from source

For building from source you still need some libraries, which aren't yet checked in the Subversion. Here a list with the most important 3rd party libraries:

The sourcecode can be viewed online here: Browse code in svn repository

For building the source Ant 1.6.x is used.

Building:

  1. Compile and build project DMMS-core, you will get the "dmms-core.jar" file in the dist folder
  2. Compile and build war file of DMMS-web and deploy it to your application server