Changes between Version 1 and Version 2 of DeveloperGuide
- Timestamp:
- Mar 6, 2015, 10:19:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuide
v1 v2 4 4 5 5 1. Checkout the source code 6 {{{ 6 7 svn co https://it-dev.mpiwg-berlin.mpg.de/svn/openmind/ 7 8 }}} 8 9 9 10 2. Install the framework called „hashMapping“ in your local maven repository. 11 {{{ 10 12 mvn install:install-file -Dfile=~/openmind/lib/hasMapping.jar -DgroupId=cl.talca -DartifactId=hashMapping -Dversion=1.0 -Dpackaging=jar 13 }}} 11 14 12 15 3. Install the openmind framework in your local maven repository. 16 {{{ 13 17 mvn clean compile assembly:single 14 18 cp target/openmind-1.0.0-jar-with-dependencies.jar /Users/jurzua/om4.jar 15 19 mvn install:install-file -Dfile=/Users/jurzua/om4.jar -DgroupId=de.mpiwg.openmind -DartifactId=openmind -Dversion=1.0.0 -Dpackaging=jar 20 }}} 16 21 17 22 == Setup of ISMI-Server == … … 19 24 20 25 1. Checkout the source code: 26 {{{ 21 27 svn co https://it-dev.mpiwg-berlin.mpg.de/svn/ismi-richfaces/ 28 }}} 22 29 23 30 2. Database Setup … … 26 33 27 34 3. Run ismi-server: 35 {{{ 28 36 mvn tomcat7:run 37 }}} 29 38 30 39 4. Release: 40 {{{ 31 41 mvn clean package 42 }}}