I created one Ubuntu virtual machine on Azure windows to deploy my rails application. I use the following steps to access my application.
- Running SSH for my
xxx.cloudapp.net application - Providing the
rails s command in my application directory.
I can view the application running on cloudy blue. But the problem is that the server stops every 10-15 minutes, and again I need to restart my server using rails s
Am I following the correct procedure or is there any other way to keep the server running continuously?
source share