Changes between Version 9 and Version 10 of DeveloperGuide
- Timestamp:
- Jul 16, 2015, 10:11:22 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuide
v9 v10 48 48 == Deployment == 49 49 50 On ismi.mpiwg-berlin.mpg.de the code projects 'openmind' and 'ismi-richfaces' are checked out in the directory `/usr/local/java/src/`. 51 52 Updates and deployment steps should be performed as root user. 53 50 54 1. Database configuration. 51 55 Before 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. 52 56 53 57 2. 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:56 58 {{{ 57 59 cd /usr/local/java/src/ismi-richfaces … … 61 63 62 64 3. 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:65 65 {{{ 66 66 rsync -auv /usr/local/java/src/ismi-richfaces/target/ismi-richfaces-1.0/ /usr/local/java/ismi-tomcat/webapps/om4-ismi/