leesei / heroku-buildpack-casperjs

This is a Heroku buildpack of CasperJS / PhantomJS.
42 stars 40 forks source link

No web dynos after creating Heroku buildpack #1

Closed novito closed 10 years ago

novito commented 10 years ago

Hi,

I have a really simple hello world application. I tried doing this:

heroku create --stack cedar --buildpack https://github.com/leesei/heroku-buildpack-casperjs.git

But then I see that there are no web dynos defined in Heroku. I know this for two reasons:

1- I keep getting "at=error code=H14 desc="No web processes running""

2 - When I log into my Heroku account I see there is no web dyno defined.

Any thoughts on that?

I'm on Rails 4.

leesei commented 10 years ago

You have to specify the web dyno instance in your Procfile. My buildpack only does the installation of CasperJS.

leesei commented 10 years ago

An example Heroku app can be found here. Closing this issue now. Please consult Heroku forum for specific question on deployment of Rails app.