Debian 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 debian packages - every night.
To try it out, add the following to your /etc/apt/sources.list
deb http://fosiki.com/Foswiki_debian/ stable main contrib
deb-src http://fosiki.com/Foswiki_debian/ stable main contrib
and then run
gpg --keyserver the.earth.li --recv-keys 379393E0AAEE96F6
apt-key add /root/.gnupg/pubring.gpg
wget http://fosiki.com/Foswiki_debian/FoswikiReleaseGpgKey.asc
apt-key add FoswikiReleaseGpgKey.asc
apt-get update
apt-get install apache2 foswiki
to see what foswiki extensions are available, run
apt-cache search foswiki
you should see over 257 (as of May 2010) packages - FoswikiPackagesList.txt

