xlawrence    2005/05/17 17:02:37 CEST

  Added files:
    .                    Readme.txt 
  Log:
  Added Readme files for the calendar webApps
  
  Revision  Changes    Path
  1.1       +42 -0     calServer/Readme.txt (new)
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/calServer/Readme.txt?rev=1.1&content-type=text/plain
  
  
  
  Index: Readme.txt
  ====================================================================
  
================================================================================
  1. Introduction
  
================================================================================
  
  This Maven project contains UW Calendar Calendar server, the Sync Manager for
  synchronising calendars with the calendar server and a Servlet that will
  automatically start the databases for the Calendar server and the Sync 
Manager.
  
  
  
================================================================================
  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) Use maven's default goal to build the project: 
     > maven
     
  3 for Jahia 4.5) Deploy the generated war file using maven:
                   > maven deploy:tomcat
             
  3 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
                    

Reply via email to