skip to Main Content

I am looking for web hosting control panel, commercial or open source edition which supports ruby on rails application deployment with phusion passenger + nginx support. I tried google but i could not find proper result. so guys please help me.

2

Answers


  1. You can use heroku or any vps hosting(linode) or amazon aws for hosting,

    Login or Signup to reply.
  2. I don’t think such exists right now.
    Although there are platforms designed which acts like a “cPanel” for ruby on rails app

    Heroku
    has tools https://toolbelt.heroku.com/ which functions like a control panel but it does not have a UI. everything runs on the terminal (login, restart server, add-ons/plugins management etc..)

    Engineyard
    has tools similar to heroku toolbelt but has its own UI.

    personally I would chose Heroku. The community is bigger, has more tools/plugins and it runs on the terminal.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search