ultraMonkeyl7 binary package for RHEL6.x/7.x
=========================================
UltraMonkey-L7 is a opensource layer-7 load balancing software.
This archive is just a package collection for easy installation
on RHEL6.x/7.x.
It includes rebuild packages based on packages from
Apache Logging Services Project / log4cxx <http://logging.apache.org/log4cxx/>
Each packages are re-distributable under their licenses.

Step.0
------
You have installed ultramonkeyl7-repo-{ver}.el{6|7}.{arch}.rpm.

Step.1
------
Create xxx.repo file in /etc/yum.repos.d/ to "yum install" the packages bundled
with RHEL6.x/7.x from your installation DVD. And mount the RHEL6.x/7.x DVD.

 (Ex.)
 # mount /dev/dvd/ /media/
 # vi /etc/yum.repos.d/rheldvd.repo
 ----------------------------------------------------------------------
 [rhel-server]
 name=Red Hat Enterprise Linux $releasever - $basearch - server
 baseurl=file:///media/Server
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
 ----------------------------------------------------------------------

Step.2
------
The repository of UltraMonkey-L7 has been installed in

 /opt/ultramonkey-l7/ultramonkeyl7/{arch}/

And .repo file for use this repository from yum command has been installed as

 /etc/yum.repos.d/ultramonkeyl7.repo

Install UltraMonkey-L7 by yum command.

 # yum clean all
 # yum install ultramonkeyl7

Packages included in RHEL6.x/7.x DVD and that are needed by UltraMonkey-L7 are installed.
And these packages that are not bundled with RHEL6.x/7.x are installed from ultramonkeyl7
repository.
-------------------------------------------------------
/opt/ultramonkey-l7/ultramonkeyl7/{arch}/
 - ultramonkeyl7-{ver}.el{6|7}.{arch}.rpm
 - apache-log4cxx-0.10.0-1.el{6|7}.{arch}.rpm
-------------------------------------------------------
NOTE: These packages derived from
      Apache Logging Services Project : log4cxx

UltraMonkey-L7 Project <http://osdn.jp/projects/ultramonkey-l7/>
