wiki:DeveloperGuide

Version 1 (modified by jurzua, 9 years ago) (diff)

--

Setup of Openmind

In order to extend or to fix the ismi-server, we must previouly setup the openmind-project. Follow the following steps to setup this project:

  1. Checkout the source code

svn co https://it-dev.mpiwg-berlin.mpg.de/svn/openmind/

  1. Install the framework called „hashMapping“ in your local maven repository.

mvn install:install-file -Dfile=~/openmind/lib/hasMapping.jar -DgroupId?=cl.talca -DartifactId?=hashMapping -Dversion=1.0 -Dpackaging=jar

  1. Install the openmind framework in your local maven repository.

mvn clean compile assembly:single cp target/openmind-1.0.0-jar-with-dependencies.jar /Users/jurzua/om4.jar mvn install:install-file -Dfile=/Users/jurzua/om4.jar -DgroupId?=de.mpiwg.openmind -DartifactId?=openmind -Dversion=1.0.0 -Dpackaging=jar

Setup of ISMI-Server

Now, you will be able to setup the ismi-server.

  1. Checkout the source code:

svn co https://it-dev.mpiwg-berlin.mpg.de/svn/ismi-richfaces/

  1. Database Setup

The ismi-server stores the data in a mysql database. The connection to the database is configured in ismi-richfaces/src/main/resources/hibernate.cfg.xml. Old backups of the database can be found in ismi-richfaces/docs/db. You can import one of the backups to test your application.

  1. Run ismi-server:

mvn tomcat7:run

  1. Release:

mvn clean package

Attachments (1)

Download all attachments as: .zip