Pergunta

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

Foi útil?

Solução

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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top