Question

Im planning to get a Linode plan and i need to run 3 web pages 2 on Ruby on Rails and a simple html is it possible? i need to have a different URL for each RoR app and for the simple html page also

Was it helpful?

Solution

Yep, I do the exact same thing, plus a couple Sinatra apps.

I recommend reading up on nginx and unicorn (app server) - they're pretty easy to hook up and managing multiple unicorn instances is as easy as changing the local app server's port in the unicorn config.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top