I have a ruby on rails application which runs on middleman server. i have deployed that application in windows azure cloud. after all installation once i give middleman server my application is up and running in my browser but once i close the command prompt the application stopped running. i have tried installing apache web server but if i run my server in browser its showing this error
"it works!
this is the default web page for this server. the web server software is running but no content has been added, yet. "
i have tried a ruby application which runs on webrick server is running properly but this this middleman server application giving that error.
please help me how to install a ruby on rails application which runs on middleman server in cloud.