On 11/7/06, Zed A. Shaw <[EMAIL PROTECTED]> wrote: > On Tue, 7 Nov 2006 06:30:22 -0800 (PST) > Will Gant <[EMAIL PROTECTED]> wrote: > > > Hello all, > > I've gone through a lot of extra effort trying to get Mongrel to place nice > > with Ubuntu. Since I'm at my wit's end trying to get it to work on this > > distro, I was wondering if anyone could suggest a distribution that makes > > it easy to set up. Any thoughts? > > I do my development on ArchLinux, and was doing original development on > Ubuntu. Others use: > > * Solaris (with mkrf patch) > * CentOS > * FreeBSD > * NetBSD > * Win32 >
On Win32 I can comment: I create my own "small ruby distro for deployment" on Win32. It downloads ruby mswin32 binaries, apply patches (cgi.rb for now). Download zlib dll and ruby-zlib. OpenSSL, readline and Iconv. Then I package rubygems, patch the scripts and package it as 7zip archive. I plan to extend this with ruby source recompile, when I reinstall VC6 and my fresh license Intel Compiler license, aiming to boost a bit of performance on win32 side. For deployment I use a custom InnoSetup routines (like Windows Installer) so can't comment on Apache deployment, most of my installations are intranet-ones. > There are also Debian specific instructions on the site that should apply to > Ubuntu: > > http://mongrel.rubyforge.org/docs/debian-sarge.html > > -- > Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu > http://www.zedshaw.com/ > http://www.awprofessional.com/title/0321483502 -- The Mongrel Book > http://mongrel.rubyforge.org/ > http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
