I have an app that runs on port 12009 and I start it just fine via cPanel, but if I use the command from the app directory, it does not start.
Any help would be wonderful. Thanks in advance!
The app does not start. I'm trying to find the command to make it run so I can configure Monit to restart it if it crashes. The config might be a little odd as I had to use this guide to make the app work.# /usr/bin/ruby script/server -p 12009 -d
=> Booting Mongrel
=> Rails 2.3.14 application starting on http://0.0.0.0:12009
Any help would be wonderful. Thanks in advance!