Centos6 (and RHEL6) yum repository for Foswiki
These packages are built by a script that downloads the latest packages from http://foswiki.org/Extensions, generates an EPM manifest and then builds rpm packages - every night. I have not yet tested them with Redhat Enterprise 6 or fedora
To try it out,
you'll need to add the EPEL repository, and then this one to your yum config:
su
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
cd /etc/yum.repos.d/
wget http://fosiki.com/Foswiki_rpms/foswiki.repo
and then run
yum makecache
to see what foswiki extensions are available, run
yum search foswiki
to install foswiki, and some plugins:
yum install foswiki foswiki-workflowplugin foswiki-jscalendarcontrib foswiki-ldapcontrib
then browse to http://servername/foswiki/bin/configure to enable the plugin and configure settings.
you should see over 296 (as of Jan 2012) packages - FoswikiPackagesList.txt

