Pregunta

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top