How to run multiple rails app on one jumpbox?

The rails app is in var/data/app/current
but it is only one app, If I have multiple rails app, how I run them in one jumpbox?

very thanks!

How to run multiple rails app on one jumpbox?

Hello,
The JumpBoxes don't support that in this release of the Rails JumpBox.

Ausitn

when did you ready to release that jumpbox can support multi?

when did you ready to release the jumpbox that can support multiple rails app ?

when did you ready to release that jumpbox can support multi?

Sorry, we don't have a timeline on that. It also goes against one of the fundamental motivations for JumpBox. Isolating single applications on single machines can simplify administration immensely. It, of course, comes at the expense of requiring more resources to be able to deploy those additional JumpBoxes, but this is worth it in most cases.

Austin

when did you ready to release that jumpbox can support multi?

I've found the desire to run multiple sites on one jump box as well. I can see how it goes against the original design, but from a cost perspective I can't afford to host dozens of VM jumpboxes for some of my smaller RoR apps. It would be great to at least have the option.

when did you ready to release that jumpbox can support multi?

Do you find that you can effectively manage potentially conflicting dependencies between multiple Rails apps? The basic assumption we are making is that RAM and hard disk are cheaper than the cost of managing the increased complexity of multiple apps on a single box.

I don't think we have one planned in the near future.

Austin

If you are just wanting the

If you are just wanting the VM to support multiple apps (not in the jumpbox hosted solution) then that is entirely possible using apache vhosts, and quite easy to do.