Per earlier discussion, I've created an Ubuntu package and apt repository. I've built on quantal (12.10). I'm not sure about distro compatibility but maybe it works on older Ubuntu's and Debian.
Install the signing key: curl http://packages.fanout.io/debian/key.asc | sudo apt-key add - Add the apt source: deb http://packages.fanout.io/debian unstable main Then: sudo apt-get update sudo apt-get mongrel2-core Open issues: - No high-level "mongrel2" package yet. This is the -core package only, which includes binaries but no startup scripts. - The build links against the system libzmq, which has issues with chroot (which I believe is due to libpgm). I think if you mount /proc and maybe others within the chrooted area then it can be made to work but I'm not sure. My personal use case doesn't use chroot. - Probably should be made to target lowest common denominator distro (Debian) for best compatibility but I'm not sure the best way to do this. Justin
