Snapshots
Every night a development snapshot is made out of our devel 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.4.0-0.20120517.tar.gz
SHA1 sum: f863906f89895246dbd4b406566dc4d2869f828d
RHEL5/CentOS5 RPM
packetfence-3.4.0-0.20120517.el5.noarch.rpm
SHA1 sum: 3747c3dde5f8b99e97487633d8592fd1eba1fadf
RHEL6/CentOS6 RPM
packetfence-3.4.0-0.20120517.el6.noarch.rpm
SHA1 sum: 57e01351c4675360e83988db44846eaf513c9f8f

