cyberdelia / heroku-geo-buildpack

Geo libraries for Heroku
https://github.com/heroku/heroku-geo-buildpack
114 stars 135 forks source link

Adding this buildpack makes git push to fail #19

Closed neara closed 10 years ago

neara commented 10 years ago

I followed this HowTo https://devcenter.heroku.com/articles/postgis#geodjango-setup and ran $ heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git, after which i got this:

-----> Fetching custom git buildpack... done

 !     Push rejected, no Cedar-supported app detected

Removing this buildpack solved the issue with push, but still leaves me without geos on the dyno.

Could really use help on setting this up.

cyberdelia commented 10 years ago

You need to add a .buildpacks file, see: https://github.com/cyberdelia/heroku-geo-buildpack#usage

neara commented 10 years ago

I did and still failed. I contacted heroku support, and with their help found another buildbpack: https://github.com/Tekco/heroku-geo-buildpack.

After that, it worked ok.

cyberdelia commented 10 years ago

Looking at your support ticket your problem was a typo in the git URL of this buildpack: https://github.com:cyberdelia/heroku-geo-buildpack.git (: should be a /).

The buildpack you are using is just a fork of this one (which changes were incorporated in this one).