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/772a61de Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/772a61de Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/772a61de Branch: refs/heads/master Commit: 772a61de4510b6718ba510353ff1b0205f9effe6 Parents: 9f208f9 Author: Gayan Gunarathne <[email protected]> Authored: Fri May 22 17:35:53 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Mon Jul 27 14:51:16 2015 +0530 ---------------------------------------------------------------------- extensions/load-balancer/lvs-extension/INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/772a61de/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 0cc189c..096bf10 100644 --- a/extensions/load-balancer/lvs-extension/INSTALL.md +++ b/extensions/load-balancer/lvs-extension/INSTALL.md @@ -4,8 +4,10 @@ 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: ``` #Keepalived configuration file location:
