I am on shared70 server. I have deployed my ruby on rails server after following the instructions found in knowledge base. And I have written capistrano tasks to start my server and write a rewrite in .htaccess and get it work. But my server gets killed after sometime. This happens again and again after restarting my server.
Does anyone has the same problem? Am I missing any permissions or should I need any sudo access to launch the server? Please help.
Are you launching your server using 'rails server' through SSH? You're supposed to be able to use the rails console in cpanel to start a long running rails server, but I haven't had any luck yet.