I've installed Ruby, MySql, Rails, Apache, and Mongrel. I'm first trying to prove that Mongrel works by itself before attempting integration with Apache (since I don't know jack about apache). I set up a site using the directions specified in the documentation (with the config file and all that), but the site doesn't show up when I try to hit the appropriate port (8100) on that machine.

Here's my last post on the Rails list regarding this issue:

-------
I tried creating the config file as you suggested. I think something else may be broken:

[EMAIL PROTECTED]:/etc/mongrel/sites-enabled$ mongrel_rails start -G test.config -e production
!!! Path to log file not valid: log/mongrel.log
start reported an error. Use mongrel_rails start -h to get help.

I then tried the following:

[EMAIL PROTECTED]:/etc/mongrel/sites-enabled$ mongrel_rails start -G test.config -e production -l /home/wgant/mongrel.log
!!! Path to pid file not valid: log/mongrel.pid
start reported an error. Use mongrel_rails start -h to get help.
[EMAIL PROTECTED]:/etc/mongrel/sites-enabled$ mongrel_rails start -G test.config -e production -l /home/wgant/mongrel.log -p /home/wgant/mongrel.pid
!!! Path to pid file not valid: log/mongrel.pid
start reported an error. Use mongrel_rails start -h to get help.
[EMAIL PROTECTED]:/etc/mongrel/sites-enabled$ mongrel_rails start -G test.config -e production -l /home/wgant/mongrel.log -P /home/wgant/mongrel.pid
!!! Path to docroot not valid: public
start reported an error. Use mongrel_rails start -h to get help.



Charles Brian Quinn <[EMAIL PROTECTED]> wrote:
I've been pretty successful with CentOS, but to be honest, I usually
install the dependencies for the ruby/rails/apache/mongrel stack from
source on all my boxen, just so I know what I'm getting into.

My current deployment scripts live here:

http://svn.highgroove.com:8080/deployment/trunk

install_rails.sh

will install ruby, rails, apache2.2.2, mongrel and a few other gems to
get you upto speed. It then sets you up nice to use a cap recipe file
like the one in that repository as well to run multiple mongrel
clusters on the same box.

patches/suggestions/improvements/tests welcome....


--
Charles Brian Quinn
self-promotion: www.seebq.com
highgroove studios: www.highgroove.com
slingshot hosting: www.slingshothosting.com

On 11/7/06, 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?
>
> Thanks,
> Will
>
>
> ________________________________
> Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min
> with Yahoo! Messenger with Voice.
>
>
> _______________________________________________
> Mongrel-users mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/mongrel-users
>
>
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users


How low will we go? Check out Yahoo! MessengerÂ’s low PC-to-Phone call rates.
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to