Snapshots
Every night a development snapshot is made out of our org.packetfence.trunk branch if it passes a specific set of tests. Please note that we do not recommend to use the snapshots in production environments.
yum development repository
The easiest way to continually test new development releases of PacketFence if you use RedHat Enterprise Linux (or an equivalent distribution like CentOS) is by using our yum development repository. To do so, just create a file named /etc/yum.repos.d/PacketFence-Devel.repo with the following content:
[PacketFence-Devel]
name=PacketFence Development Repository
baseurl=http://inverse.ca/downloads/PacketFence/RHEL$releasever/devel/$basearch
gpgcheck=0
RHEL/CentOS 5 and 6
Some of PacketFence's dependencies are available through the Repoforge repository so you need to configure YUM to use it. You can find instructions here (basically - install their rpmforge-release package for your distribution and architecture).
Other dependencies are available from the EPEL repository. Here are installation intructions.
RHEL 6: Additionally RHEL 6 users will need to enable the rpmforge-extras from the rpmforge repository and also add the optional channel with:
# rhn-channel --add --channel=rhel-`uname -m`-server-optional-6
Source
packetfence-3.2.0-0.20120203.tar.gz
SHA1 sum: 9596219ba91b5f515b77d2205367091579816aeb
RHEL5/CentOS5 RPM
packetfence-3.2.0-0.20120203.el5.noarch.rpm
SHA1 sum: 50532cfb24392f7a7df54ee3b6e661f54f4af0c3
RHEL6/CentOS6 RPM
packetfence-3.2.0-0.20120203.el6.noarch.rpm
SHA1 sum: 55d37d5abfff299304a753671a32a339a3bbd6cb

