xlawrence 2005/01/13 16:14:04 CET
Modified files:
. README.txt
Revision Changes Path
1.6 +26 -13 uwcal_JSR168/README.txt
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/README.txt.diff?r1=1.5&r2=1.6&f=h
Index: README.txt
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/README.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- README.txt 12 Jan 2005 16:48:32 -0000 1.5
+++ README.txt 13 Jan 2005 15:14:04 -0000 1.6
@@ -95,19 +95,32 @@
4. QuickStart
================================================================================
-1) Install sync4j
-2) Customize project.properties so it reflects your system (tomcat
- install direcrory and sync4j sync server install directory)
-3) maven quickStart
-4) maven server.jms
-5) maven server.jms.config
-6) Start the database server(s) (for sync4j, uwCal and jetspeed-2)
-7) Create the database for the calServer application (go to calClient/conf to
- get the Hibernate properties and schema that will tell you how to create
the
- db)
-6) start tomcat FROM the sync4j sync server root directory
-7) maven calClient
-8) maven synchClient
+1) Install sync4j 2.2 (or above), Tomcat 5.0.* and Jetspeed-2.
+2) Install the sync4j syncAdmin tool.
+3) From the syncAdmin tool, create 2 new users 'caluser' and 'caladmin', 2
new
+ devices 'SynchTest1' and 'SynchTest2', and add a new Principal
+ 'caluser/SynchTest1'.
+4) Customize 'project.properties' so it reflects your system (tomcat
+ install direcrory and sync4j sync server install directory).
+5) maven quickStart
+6) go to the sycn4j syncServer installation directory and install the 2 .s4j
+ modules by updating the install.properties file
+ (modules-to-install=calModuleOutlook,calModule)
+7) maven server.jms (start the JORAM JMS server)
+8) maven server.jms.config (create necessary JMS ressources on the JMS
server)
+9) Start the database server(s) (for sync4j, uwCal and jetspeed-2)
+10) Create the database for the calServer application (go to calClient/conf
to
+ get the Hibernate properties and schema that will tell you how to create
the
+ db (schema.ddl))
+11) start tomcat FROM the sync4j sync server root directory
+12) maven calClient
+13) maven synchClient
+14) From the synchClient, create a new .ics empty file, and edit the
+ communication settings:
+ sync server url: http://localhost:8080/sync4j/sync
+ userName : caluser
+ passWord : <the one you chose in step 3>
+ deviceID : SynchTest1
================================================================================