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/b4f4363c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b4f4363c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b4f4363c Branch: refs/heads/master Commit: b4f4363c8ee5cb1348ebe50a325b335d370c0612 Parents: 18c8f23 Author: Gayan Gunarathne <[email protected]> Authored: Fri May 22 17:32:58 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Mon Jul 27 14:50:49 2015 +0530 ---------------------------------------------------------------------- extensions/load-balancer/lvs-extension/INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/b4f4363c/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 49a51c9..cd9a2f4 100644 --- a/extensions/load-balancer/lvs-extension/INSTALL.md +++ b/extensions/load-balancer/lvs-extension/INSTALL.md @@ -3,8 +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:
