Yesterday I created a set of RPMs for mod_cluster. They can be used on Fedora 10 (perhaps on RHEL / CentOS or other distros too). They’re located in my newly created yum repository. Latest version of mod_cluster is 1.0.0.Beta2, but I will keep repo up to date with new releases.

If you want to be able to install mod_cluster by simply invoking yum install mod_cluster command you should add my repository to yum. To do this create a file named goldmann.repo in directory /etc/yum.repos.d/ with following content:

[goldmann]
name=Goldmann $releasever - $basearch
baseurl=http://www.goldmann.pl/repo/fedora/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.goldmann.pl/RPM-GPG-KEY-goldmann.txt

All packages are signed with my GPG key (0x2E8FAFFB). You can grab it from my website or from a keyserver and import it with following command:

rpm --import RPM-GPG-KEY-goldmann.txt

RPMs:

I must thank Bob McWhirter for his great work. He first has provided RPMs for mod_cluster (along with other very important packages).

If you have any questions, ideas, suggestions, etc. please leave a comment.