I have a node.js application.
I have written a Procfile with the following contents.
subscription-engine-processor: node index.js
Not sure whether i am doing it right, but i tried running it with the ruby gem foreman.
$ foreman start
nothing happens. The process doesn't run.
Please do comment on whether i am doing it right, if there's any other way of running this is my local. What i ultimately want to do is to export this using upstart when its finally deployed in production.