[Yanel-commits] rev 20670 - public/yanel/trunk

michi at wyona.com michi at wyona.com
Fri Dec 8 09:34:26 CET 2006


Author: michi
Date: 2006-12-08 09:34:25 +0100 (Fri, 08 Dec 2006)
New Revision: 20670

Modified:
   public/yanel/trunk/README.txt
Log:
note about adding a realm added, etc

Modified: public/yanel/trunk/README.txt
===================================================================
--- public/yanel/trunk/README.txt	2006-12-08 08:33:09 UTC (rev 20669)
+++ public/yanel/trunk/README.txt	2006-12-08 08:34:25 UTC (rev 20670)
@@ -13,10 +13,12 @@
     Getting Started
     ---------------
 
-    1) Run "configure" (NOTE: Will also ask for SSL configuration)
-    2) Run "build" (NOTE: You might have to configure a proxy. Please see below for more details)
+    NOTE: You might have to configure a proxy. Please see below for more details
+
+    1) Run "configure"
+    2) Run "build"
     3) Run "yanel start/stop" to start or stop Tomcat resp. run "yanel /hello/world.html" from the command line resp. run "yanel start-jetty" to start Jetty
-    4) Browse to http://127.0.0.1:8080
+    4) Browse to http://127.0.0.1:8080/yanel/
     5) Run "build test"
 
 
@@ -29,12 +31,19 @@
     Deploy third-party resources
     ----------------------------
 
-    1) Register resource by adding resource.xml path to conf/(local.)yanel.xml
+    1) Register resource by adding resource.xml path to conf/local/local.yanel.xml
     2) Build Yanel and Resources: ./build.sh (OPTIONAL: ./build.sh clean)
     3) Test resource: ./yanel.sh
     4) Restart Tomcat
 
 
+    Add third-party realm
+    ---------------------
+
+    1) ./build.sh add-realm -Drealm-config=src/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml
+    2) Restart Tomcat
+
+
     Proxy Configuration
     -------------------
 




More information about the Yanel-commits mailing list