vote up 1 vote down star

I'd like to start a Sinatra app from Mongrel on Windows, rather than Sinatra starting Mongrel in the background.

Is there a simple way to use Mongrel for Sinatra? It's looking for a rails app by default.

Edit: Suggested solution is to simply run a VMWare or SunBox with real Linux and deal with the corporate issues that way.

flag

1 Answer

vote up 1 vote down check

Check out http://www.sinatrarb.com/book.html#deployment.

FastCGI is the chapter you're looking for within the page, because that's what mongrel is using.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.