>
> > Use Apache locally too.  It's simple, Apache is already installed on
> > Snow
> > Leopard. Install Passenger and configure it (which you'll need to learn
> > how
> > to do for production anyway).
>
> What a waste of effort IMHO.  I've never used anything but Mongrel
> locally.  It works fine n
>

What effort?  It's 4 lines of typing to get Passenger installed:

gem install passenger
passenger-install-apache2-module
(copy the suggested lines and paste into...)
mate /etc/apache2/httpd.conf
sudo apachectl restart

Download the Passenger Preferences Pane (
http://github.com/alloy/passengerpane/downloads) to be able to set up new
sites easily using a GUI.  Much easier than setting up Mongrel as a daemon
to serve multiple sites in the background.

How do you set up Mongrel that's easier (from scratch) than the above?  I'm
assuming you're not just working on a single Rails site and just do "rails
s" or "script/server" when you need it up (I have locally running websites
available all the time).

Cheers,


Andy

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to