[Yanel-commits] rev 21425 - public/yanel/trunk/src/realms/yanel-website/content/documentation/realm

michi at wyona.com michi at wyona.com
Thu Jan 4 14:45:51 CET 2007


Author: michi
Date: 2007-01-04 14:45:50 +0100 (Thu, 04 Jan 2007)
New Revision: 21425

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml
Log:
docu updated re adding realms

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml	2007-01-04 13:35:04 UTC (rev 21424)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/realm/en.xhtml	2007-01-04 13:45:50 UTC (rev 21425)
@@ -1,35 +1,32 @@
-<?xml version="1.0"?>
-
-
-
-
-
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-
-
-
-
-
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-
-
-
-<head>
-
-
-
-  <title>How a request is being processed</title>
-
-
-
-</head>
-
-
-
+<?xml version="1.0"?>
+
+
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+
+
+
+<head>
+
+
+  <title>How a request is being processed</title>
+
+
+</head>
+
+
+
+
+
+
+
 <body><h1>How a new realm is being added</h1>
 <p>
 This document explains how to add a new realm to Yanel. We will
@@ -40,20 +37,10 @@
 <ul>
 <li>Download the Yulup Website from Wyona's repository using subversion:<br/>
                  svn co <a href="http://svn.wyona.com/repos/public/yulup/website">http://svn.wyona.com/repos/public/yulup/website<br/></a> (Username: anonymous, Password: anonymous)</li>
-<li>Copy the file conf/realms.xml to conf/local/local.realms.xml and add the following entry<br/>
+<li>Copy the file $YANEL_HOME/conf/realms.xml to $YANEL_HOME/conf/local/local.realms.xml and add the following entry<br/>
     &lt;realm id=&quot;yulup&quot; mount-point=&quot;/yulup/&quot;&gt;<br/>
        &lt;name&gt;Yulup Website&lt;/name&gt;<br/>
+       &lt;config src=&quot;$YULUP_HOME/yanel/config/yanel-realm-config.xml&quot;/&gt;<br/>
     &lt;/realm&gt;
-</li>
-<li>RTI: Copy the file conf/yanel-rti-yarep.properties to
-conf/local/local.yanel-rti-yarep.properties and add the following entry to the
-configurations property<br/>
-     configurations=...,yulup,$YULUP_WEBSITE/yulup-website/yanel/config/yanel-rti-repository.xml</li><li>DATA: Copy the file conf/yarep.properties to conf/local/local.yarep.properties and add the following entry to the     configurations property<br/>
-     configurations=...,yulup,$YULUP_WEBSITE/yulup-website/yanel/config/data-repository.xml</li><li>AC-IDENTITIES: Copy the file conf/ac-identities-yarep.properties to
-conf/local/local.ac-identities-yarep.properties and add the following entry to the
-configurations property<br/>
-    configurations=...,yulup,$YULUP_WEBSITE/yulup-website/yanel/config/ac-identities-repository.xml</li><li>AC-POLICIES: Copy the file conf/ac-policies-yarep.properties to
-conf/local/local.ac-policies-yarep.properties and add the following entry to the
-configurations property<br/>
-   configurations=...,yulup,$YULUP_WEBSITE/yulup-website/yanel/config/ac-policies-repository.xml</li><li>Rebuild Yanel</li></ul></body>
+</li><li>Re-build Yanel</li><li>Re-start Yanel</li></ul></body>
 </html>
\ No newline at end of file




More information about the Yanel-commits mailing list