Home:ALL Converter>Ruby on rails application in Windows Azure Virtual Machine

Ruby on rails application in Windows Azure Virtual Machine

Ask Time:2013-07-13T14:25:09         Author:saravanansekar

Json Formatter

Hi i have created a ubuntu virtual machine in windows azure for deploying my rails application.. I have connected to my virtual machine through ssh and followed this procedure for deployment

<http://www.andrehonsberg.com/article/install-rvm-ubuntu-1204-linux-for-ruby-193>
<http://www.windowsazure.com/en-us/develop/ruby/tutorials/web-app-with-linux-vm/>

My deployment was completed successfully. While starting my server by running rails s in my application i am able to see my application up and running in browser. My issue is the server is stopped for every 10 minutes and again i have to connect to my server through ssh and need to give rails s.. i want a solution to run my application continously..

Author:saravanansekar,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/17627598/ruby-on-rails-application-in-windows-azure-virtual-machine
yy