Repository: stratos Updated Branches: refs/heads/lvs_extension 1b095181a -> 0812b6323
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/0812b632 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0812b632 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0812b632 Branch: refs/heads/lvs_extension Commit: 0812b63237497d7666b642bcf42a36b89ab95c87 Parents: 1b09518 Author: Gayan Gunarathne <[email protected]> Authored: Fri May 22 17:31:27 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Fri May 22 17:31:27 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/0812b632/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 ff5e869..49a51c9 100644 --- a/extensions/load-balancer/lvs-extension/INSTALL.md +++ b/extensions/load-balancer/lvs-extension/INSTALL.md @@ -4,7 +4,7 @@ Apache Stratos LVS Extension could be used for integrating LVS load balancer wit below steps to proceed with the installation: 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:
