M.W. Rails
2006-Jun-19 13:20 UTC
[Rails] How to deploy rails apps from a VM Ware Virtual Machine?
Has anyone had any luck deploying rails apps in a Linux VM image on a production MS Server 2003 with IIS ? If so which image did you use a a base? I am currently using a Gentoo image and have installed ruby and rails but after performing a rails testapp and running webrick with ruby script/server I get a page timeout when trying to visit http://0.0.0.0:3000or http://127.0.0.1:3000 and I get no error messages. Does anyone else have to deploy in Windows and stay within a VM sandbox? Thanks! rails man -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060619/ba2cb91a/attachment.html
James Adam
2006-Jun-19 14:20 UTC
[Rails] How to deploy rails apps from a VM Ware Virtual Machine?
We run multiple Rails applications in Ubuntu VMs on windows hosts (normally XP; waiting on an ESX server) without any issues. On 6/19/06, M.W. Rails <mwrails@gmail.com> wrote:> Has anyone had any luck deploying rails apps in a Linux VM image on a > production MS Server 2003 with IIS ? > > If so which image did you use a a base? > > I am currently using a Gentoo image and have installed ruby and rails but > after performing a rails testapp and running webrick with ruby > script/server I get a page timeout when trying to visit http://0.0.0.0:3000 > or http://127.0.0.1:3000 and I get no error messages. > > Does anyone else have to deploy in Windows and stay within a VM sandbox? > > Thanks! > rails man > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- * J * ~