ruby on rails
  • Vote Up0Vote Down zoodysoftzoodysoft January 7
    Posts: 2Member
    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.

    Knowledge base link: https://secure.vexxhost.com/support/index.php?/Knowledgebase/Article/View/53/0/how-can-i-deploy-a-rails-application-onto-my-account
  • 2 Comments sorted by
  • Vote Up0Vote Down JamieJamie January 26
    Posts: 2Member
    Did you ever get this working? I am also on Shared70, trying to deploy my ruby on rails server.

    For some reason, I think I'm having a bigger problem than you are. I can't even get the server to respond on my rails server port.
  • Vote Up0Vote Down JamieJamie January 26
    Posts: 2Member
    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.