xlawrence 2005/05/17 17:02:40 CEST
Added files:
. Readme.txt
Log:
Added Readme files for the calendar webApps
Revision Changes Path
1.1 +44 -0 calUser/Readme.txt (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/calUser/Readme.txt?rev=1.1&content-type=text/plain
Index: Readme.txt
====================================================================
================================================================================
1. Introduction
================================================================================
This Maven project contains the caluser portlet webApp used to manage all the
personal events in UW Calendar. A user will thus handle his/her personal
calendar with this webApp.
================================================================================
2. Getting Started
================================================================================
Be sure to have read and install required modules as explained here:
http://projects.jahia.org/
If so, please perform the following tasks:
1) Install and deploy Jahia 4.5 or Jetspeed-2. For this point and the
following,
make sure tomcat is not running during the installation.
2) Install the calServer webapp. (CVS module: 'calServer')
3) Use maven's default goal to build the project:
> maven
4 for Jahia 4.5) Deploy the generated war file using maven:
> maven deploy:tomcat
4 for Jetspeed-2) Deploy the generated war file using maven:
> maven deploy:jetspeed2
You have now successfully installed the Calendar Server and Sync Manager
WebApp.
You can start Tomcat and use the deployed webApp.
If for some reason, you want to undeploy the webApp, simply use the following
maven goal:
> maven undeploy:tomcat (if you are using Jahia 4.5)
> maven undeploy:jetspeed2 (if you are using Jetspeed-2)
For any problems, please send an E-Mail to: xlawrence 'at' jahia.com