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
- Download and install a Postgres Database Server for your Opertating System (Version 9.0 or later).
- Create an login-role "lema" with a password of your choise.
- Create a database called "lema" and set the database owner of this database to lema.
Tomcat
- Download an Apache Tomcat Server (6 or later) and unzip the file to a directory of your choise.
- Drop the lema.war to the webapp folder.
- Start the Apache Tomcat Server.