You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2013/11/29 10:30:55 UTC

git commit: Updated load balancer readme file

Updated Branches:
  refs/heads/master 5be3a2166 -> 76b225779


Updated load balancer readme file


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/76b22577
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/76b22577
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/76b22577

Branch: refs/heads/master
Commit: 76b2257794afe022cda11f3ce7862f5f5b6849e2
Parents: 5be3a21
Author: Imesh Gunaratne <im...@apache.org>
Authored: Fri Nov 29 15:00:46 2013 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri Nov 29 15:00:46 2013 +0530

----------------------------------------------------------------------
 products/load-balancer/README.txt | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/76b22577/products/load-balancer/README.txt
----------------------------------------------------------------------
diff --git a/products/load-balancer/README.txt b/products/load-balancer/README.txt
index 39cbb18..2764c46 100755
--- a/products/load-balancer/README.txt
+++ b/products/load-balancer/README.txt
@@ -1,8 +1,8 @@
 ================================================================================
-                        Apache Stratos Load Balancer 2.0.5
+                        Apache Stratos Load Balancer 4.0.0
 ================================================================================
 
-Welcome to the Apache Stratos Load Balancer 2.0.5 release
+Welcome to the Apache Stratos Load Balancer 4.0.0
 
 Apache Stratos LB is a lightweight and easy-to-use Open Source Load Balancer
 (LB) available under the Apache Software License v2.0. Apache Stratos LB allows
@@ -43,30 +43,25 @@ System Requirements
 Installation & Running
 ==========================
 
-1. Extract the wso2elb-2.0.5.zip and go to the extracted directory
-2. Run the stratos.sh or stratos.bat as appropriate
-3. Configure the load balancer to manage the load across the instants to be balanced.
+1. Extract the load balancer binary package and go to the extracted directory.
+2. Update load balancer configuration: repository/conf/loadbalancer.conf.
+3. Run bin/stratos.sh or bin/stratos.bat as appropriate.
 
 Apache Stratos LB 2.0.5 distribution directory structure
 =============================================================
 
     CARBON_HOME
 	|- bin <folder>
-    |- dbscripts <folder>
 	|- lib <folder>
 	|- repository <folder>
 	|- tmp <folder>
 	|- LICENSE.txt <file>
 	|- README.txt <file>
-	|- INSTALL.txt <file>		
-	|- release-notes.html <file>
+	|- INSTALL.txt <file>
 
     - bin
 	  Contains various scripts, .sh & .bat files
 
-    - dbscripts
-    Contains all the database scripts
-
     - lib
 	  Contains the basic set of libraries required to startup LB
 	  in standalone mode
@@ -94,7 +89,7 @@ Apache Stratos LB 2.0.5 distribution directory structure
       This document will contain information on installing Apache Stratos LB
 
     - release-notes.html
-	  Release information for Apache Stratos LB 2.0.5
+	  Release information for Apache Stratos load balancer.
 
 
 Support