I am going to be deploying about a dozen rails apps on an IIS server. These apps are behind out firewall for internal use only. They will all be low usage but critical apps.
The current setup is
- IIS running on server 2012
- Rails 4 is running on iis installed via the webplatforminstaller.
- We will be using MS sql server
- Apps uploaded from the laptop to the server do run.
- There will be about 15 apps running. We can add another server if necessary.
- Nothing else will be running on that server
E.g. an app might be located in c:\inetpub\wwwroot\apps\sales and another in \hr. etc.
What I've read about deploying multiple rails apps seems to be geared toward public facing sites. I don't see much about private sites using a server ip/folder setup
Question: - Can multiple apps be run without adding a tool such as passenger?