pandeiro / heroku-buildpack-boot

MIT License
8 stars 4 forks source link

Newbie docs: how do I use this thing? #10

Open theronic opened 8 years ago

theronic commented 8 years ago

Hey @pandeiro, thanks for this. I'm a noob and I've never used a custom buildpack before. It took me about 30 minutes of googling to figure out I had to run heroku buildpacks:add https://github.com/pandeiro/heroku-buildpack-boot, but that it does not actually set anything in my git repo. Then I checked Heroku and the buildpack wasn't there, I suspect because heroku-toolbelt doesn't handle team-shared apps well yet (I upgraded heroku-toolbelt first).

So then I added the buildpack from the Heroku UI, but I'm still not sure how to use it.

I imagine I need to tell Heroku to run my boot task, e.g. boot prod, but how?

Any help would be appreciated and would increase early-stage boot adoption in the Clojure community.