Changes between Version 9 and Version 10 of DeveloperGuide


Ignore:
Timestamp:
Jul 16, 2015, 10:11:22 AM (11 years ago)
Author:
casties
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuide

    v9 v10  
    4848== Deployment ==
    4949
     50On ismi.mpiwg-berlin.mpg.de the code projects 'openmind' and 'ismi-richfaces' are checked out in the directory `/usr/local/java/src/`.
     51
     52Updates and deployment steps should be performed as root user.
     53
    50541. Database configuration.
    5155Before 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.
    5256
    53572. The first step of the deployment is the compilation of the source code and the generation of the distributable war file. The following command will generate a webapp folder and a war file called 'ismi-richfaces-1.0.war' within the folder `target` of the project:
    54 
    55 As root user:
    5658{{{
    5759cd /usr/local/java/src/ismi-richfaces
     
    6163
    62643. Currently, ISMI is running on ismi.mpiwg-berlin.mpg.de. In order to deploy the war file, you should copy it into your tomcat distribution. For ismi, you should execute following command:
    63 
    64 As root user:
    6565{{{
    6666rsync -auv /usr/local/java/src/ismi-richfaces/target/ismi-richfaces-1.0/ /usr/local/java/ismi-tomcat/webapps/om4-ismi/