Changes between Version 4 and Version 5 of DeveloperGuide


Ignore:
Timestamp:
Apr 30, 2015, 5:00:40 PM (9 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuide

    v4 v5  
    77svn co https://it-dev.mpiwg-berlin.mpg.de/svn/openmind/
    88}}}
     9and change into the `openmind`directory
    910
    10112. Install the framework called „hashMapping“ in your local maven repository.
     
    15163. Install the openmind framework in your local maven repository.
    1617{{{
    17 mvn clean compile assembly:single
    18 cp target/openmind-1.0.0-jar-with-dependencies.jar /Users/jurzua/om4.jar
    19 mvn install:install-file -Dfile=/Users/jurzua/om4.jar -DgroupId=de.mpiwg.openmind -DartifactId=openmind -Dversion=1.0.0 -Dpackaging=jar
     18mvn install
    2019}}}
    2120
     
    2726svn co https://it-dev.mpiwg-berlin.mpg.de/svn/ismi-richfaces/
    2827}}}
     28and change into the `ismi-richfaces` directory
    2929
    30302. Database Setup
     
    4141mvn clean package
    4242}}}
     43
     44
    4345== Deployment ==
    4446
     
    4648Before we generate the distributable war file of the ISMI web application, we have to check that the file hibernate.cfg.xml contains a valid MySQL account.
    4749
    48 2. The first step of the deploment is the compilation of the source code and the generation of the distributable war file. The following command will generate a war file called ' ismi-richfaces-1.0.war' within the folder target of the project.
     502. The first step of the deploment is the compilation of the source code and the generation of the distributable war file. The following command will generate a war file called ' ismi-richfaces-1.0.war' within the folder `target` of the project.
    4951{{{
    50 mvn clean package
     52mvn package
    5153}}}
    5254