[Yanel-commits] rev 48104 - public/yanel/trunk/src/realms/from-scratch-realm-template

michi at wyona.com michi at wyona.com
Mon Mar 15 19:17:31 CET 2010


Author: michi
Date: 2010-03-15 19:17:31 +0100 (Mon, 15 Mar 2010)
New Revision: 48104

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/README.txt
Log:
readme added

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/README.txt
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/README.txt	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/README.txt	2010-03-15 18:17:31 UTC (rev 48104)
@@ -0,0 +1,20 @@
+
+    README
+    ======
+
+    Use "From Scratch Realm" together with JCR repository
+    -----------------------------------------------------
+
+    In order to setup the "From Scratch Realm" using JCR repositories within a clustered environment do the following steps:
+
+    1) Configure journal path:
+        - jcr-data-repo-cnode1/repository.xml (see /Cluster/Journal/param[@name='directory']
+        - jcr-data-repo-cnode2/repository.xml (see /Cluster/Journal/param[@name='directory']
+
+    2) Migrate data (see YAREP_TRUNK/README.txt):
+        - sh YAREP_TRUNK/build.sh copy-repository -Dcopy.src.repo.config=config/vfs-data-repository.xml -Dcopy.dest.repo.config=config/jcr-data-repository-cnode1.xml
+        - sh YAREP_TRUNK/build.sh copy-repository -Dcopy.src.repo.config=config/vfs-data-repository.xml -Dcopy.dest.repo.config=config/jcr-data-repository-cnode2.xml
+
+    3) Re-configure realm configuration within Yanel:
+        - Use realm-jcr-cnode1.xml for cluster node 1
+        - Use realm-jcr-cnode2.xml for cluster node 2



More information about the Yanel-commits mailing list