[Yanel-commits] rev 57580 - public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation

michi at wyona.com michi at wyona.com
Wed Mar 30 19:06:36 CEST 2011


Author: michi
Date: 2011-03-30 19:06:36 +0200 (Wed, 30 Mar 2011)
New Revision: 57580

Removed:
   public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/how-to-add-a-new-realm.xhtml
Log:
obsolete

Deleted: public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/how-to-add-a-new-realm.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/how-to-add-a-new-realm.xhtml	2011-03-30 16:57:27 UTC (rev 57579)
+++ public/yanel/trunk/src/realms/yanel-website/data-repo/data/en/documentation/how-to-add-a-new-realm.xhtml	2011-03-30 17:06:36 UTC (rev 57580)
@@ -1,56 +0,0 @@
-<?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 to add a new realm - Yanel</title>
-</head>
-
-<body>
-<div class="instructions">
-<h1>How to add a new realm<br/></h1>
-<p>This document explains how to add a new realm to Yanel. We will
-explain this using the Yulup Website as an example.   From now on, we
-will refer to the directories that contain Yanel and the Yulup website
-as $YANEL_HOME and $YULUP_WEBSITE .
-</p>
-<ul>
-  <li>Download the Yulup Website from Wyona's repository using subversion:
-    <pre>svn --username anonymous --password anonymous co http://svn.wyona.com/repos/public/yulup/website<br/></pre>
-  </li>
-  <li>Check to see if you have the file $YANEL_HOME/conf/local/local.realms.xml.  If you do not, copy the file $YANEL_HOME/conf/realms.xml to $YANEL_HOME/conf/local/local.realms.xml  <br/></li><li>Add the following entry to $YANEL_HOME/conf/local/local.realms.xml
-    <pre><realm id="yulup" mount-point="/yulup/"><br/>  <name>Yulup Website</name><br/>  <config src="$YULUP_WEBSITE/yanel/config/yanel-realm-config.xml"/><br/></realm></pre>
-    <b>NOTE for Windows users:</b> Also use forward slashes, e.g. 
-    <pre>D:/realms/foo/yanel/config/yanel-realm-config.xml<br/></pre>
-    Alternatively one can also run
-    <pre>
-    ./build.sh add-realm -Drealm-config=src/realms/from-scratch-realm-template/realm.xml
-    </pre>
-  </li>
-<li>Rebuild Yanel</li>
-<li>Restart Yanel</li>
-</ul>
-<p>
-Please note that the order of the realms doesn't matter. A request is dispatched to the realm with the longest matching mount-point.
-</p>
-<p>
-Also note that IIRC the root attribute (see the welcome realm configuration) is used for inheritance. For example, if a realm
-does not specify a proxy configuration, it will inherit this
-configuration from the root realm. 
-</p>
-</div>
-<h2>Some publicly available Third-Party realms</h2>
-<ul><li>
-            <a href="http://svn.wyona.com/repos/public/yulup/website/yanel/config/yanel-realm-config.xml">Yulup Website</a> (U: anonymous, P: anonymous)</li>
-          <li>
-            <a href="http://svn.wyona.com/repos/public/yulup/demo/yanel/config/yanel-realm-config.xml">Yulup Demo</a> (U: anonymous, P: anonymous)</li>
-          <li>
-            <a href="http://svn.wyona.com/repos/public/osr-101/trunk/yanel/config/yanel-realm-config.xml">OSR-101 (Neutron Protocol Website)</a> (U: anonymous, P: anonymous)</li>
-          <li>
-            <a href="http://svn.wyona.com/repos/public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml">Yanel from Scratch Realm</a> (U: anonymous, P: anonymous)</li>
-          
-        </ul>
-</body>
-</html>



More information about the Yanel-commits mailing list