OSDN Git Service

Rename log4cxx => apache-log4cxx.
[ultramonkey-l7/ultramonkeyl7-repo.git] / ultramonkeyl7-repo-X.Y.Z / doc / README
1 ultraMonkeyl7 binary package for RHEL6.x
2 =========================================
3 UltraMonkey-L7 is a opensource layer-7 load balancing software.
4 This archive is just a package collection for easy installation
5 on RHEL6.x.
6 It includes rebuild packages based on packages from
7 Apache Logging Services Project / log4cxx <http://logging.apache.org/log4cxx/>
8 Each packages are re-distributable under their licenses.
9
10 Step.0
11 ------
12 You have installed ultramonkeyl7-repo-{ver}.el6.{arch}.rpm.
13
14 Step.1
15 ------
16 Create xxx.repo file in /etc/yum.repos.d/ to "yum install" the packages bundled
17 with RHEL6.x from your installation DVD. And mount the RHEL6.x DVD.
18
19  (Ex.)
20  # mount /dev/dvd/ /media/
21  # vi /etc/yum.repos.d/rheldvd.repo
22  ----------------------------------------------------------------------
23  [rhel-server]
24  name=Red Hat Enterprise Linux $releasever - $basearch - server
25  baseurl=file:///media/Server
26  enabled=1
27  gpgcheck=1
28  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
29  ----------------------------------------------------------------------
30
31 Step.2
32 ------
33 The repository of UltraMonkey-L7 has been installed in
34
35  /opt/ultramonkey-l7/ultramonkeyl7/{arch}/
36
37 And .repo file for use this repository from yum command has been installed as
38
39  /etc/yum.repos.d/ultramonkeyl7.repo
40
41 Install UltraMonkey-L7 by yum command.
42
43  # yum clean all
44  # yum install ultramonkeyl7
45
46 Packages included in RHEL6.x DVD and that are needed by UltraMonkey-L7 are installed.
47 And these packages that are not bundled with RHEL6.x are installed from ultramonkeyl7
48 repository.
49 -------------------------------------------------------
50 /opt/ultramonkey-l7/ultramonkeyl7/{arch}/
51  - ultramonkeyl7-{ver}.el6.{arch}.rpm
52  - apache-log4cxx-0.10.0-1.el6.{arch}.rpm
53 -------------------------------------------------------
54 NOTE: These packages derived from
55       Apache Logging Services Project : log4cxx
56
57 UltraMonkey-L7 Project <http://sourceforge.jp/projects/ultramonkey-l7/>