I built a simple app on Cloud9 and deployed it to Heroku. Deployment
was fine.

Next when I try to open the URL nothing happens. Browser just shows a
message "Waiting for ....".

I have gone through Heroku's process of deployment and running a
process. I presume when we deploy from Cloud9 to Heroku we are doing
the following step:

$ git push heroku master

Now to get the process running and see the output on a webpage, we
have to use:

$ heroku ps:scale web=1

Tried using the Cloud9 IDE console to send the command. But nothing
happens.

Could you please update me on how this can be done.

Best regards,

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to