Changes between Version 1 and Version 2 of DeveloperGuide


Ignore:
Timestamp:
Mar 6, 2015, 10:19:42 AM (10 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuide

    v1 v2  
    44
    551. Checkout the source code
     6{{{
    67svn co https://it-dev.mpiwg-berlin.mpg.de/svn/openmind/
    7 
     8}}}
    89
    9102. Install the framework called „hashMapping“ in your local maven repository.
     11{{{
    1012mvn install:install-file -Dfile=~/openmind/lib/hasMapping.jar -DgroupId=cl.talca -DartifactId=hashMapping -Dversion=1.0 -Dpackaging=jar
     13}}}
    1114
    12153. Install the openmind framework in your local maven repository.
     16{{{
    1317mvn clean compile assembly:single
    1418cp target/openmind-1.0.0-jar-with-dependencies.jar /Users/jurzua/om4.jar
    1519mvn install:install-file -Dfile=/Users/jurzua/om4.jar -DgroupId=de.mpiwg.openmind -DartifactId=openmind -Dversion=1.0.0 -Dpackaging=jar
     20}}}
    1621
    1722== Setup of ISMI-Server ==
     
    1924
    20251. Checkout the source code:
     26{{{
    2127svn co https://it-dev.mpiwg-berlin.mpg.de/svn/ismi-richfaces/
     28}}}
    2229
    23302. Database Setup
     
    2633
    27343. Run ismi-server:
     35{{{
    2836mvn tomcat7:run
     37}}}
    2938
    30394. Release:
     40{{{
    3141mvn clean package
     42}}}