Search code examples
rubysinatramongrel

Running Sinatra app with Mongrel on Windows


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.


Solution

  • Check out http://sinatra-book.gittr.com/.

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