Repository: stratos Updated Branches: refs/heads/lvs_extension 3fafe7c1d -> 67a9fbf0f
Update the INSTALL.md file Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/67a9fbf0 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/67a9fbf0 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/67a9fbf0 Branch: refs/heads/lvs_extension Commit: 67a9fbf0f0cabd5dbc7b64428e3aa1297546dbaa Parents: 3fafe7c Author: Gayan Gunarathne <[email protected]> Authored: Fri May 22 17:34:33 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Fri May 22 17:34:33 2015 +0530 ---------------------------------------------------------------------- extensions/load-balancer/lvs-extension/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/67a9fbf0/extensions/load-balancer/lvs-extension/INSTALL.md ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/lvs-extension/INSTALL.md b/extensions/load-balancer/lvs-extension/INSTALL.md index cd9a2f4..0cc189c 100644 --- a/extensions/load-balancer/lvs-extension/INSTALL.md +++ b/extensions/load-balancer/lvs-extension/INSTALL.md @@ -3,7 +3,7 @@ Apache Stratos LVS Extension could be used for integrating LVS load balancer with Apache Stratos. Please follow below steps to proceed with the installation: -1. #Install keepalived and ipvsadm +1. Install keepalived and ipvsadm: apt-get install keepalived ipvsadm 2. Open <lvs-extension-home>/bin/lvs-extension.sh file in a text editor and update following system properties:
