Installation LEMA-Server

The LEMA-Server needs an Apache Tomcat Server (6 or later) and a Database (H2, Postgres Database (9.0 or later), Oracle or DB2).

Postgres

  1. Download and install a Postgres Database Server for your Opertating System (Version 9.0 or later).
  2. Create an login-role "lema" with a password of your choise.
  3. Create a database called "lema" and set the database owner of this database to lema.

Tomcat

  1. Download an Apache Tomcat Server (6 or later) and unzip the file to a directory of your choise.
  2. Drop the lema.war to the webapp folder.
  3. Start the Apache Tomcat Server.