Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 872 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 872 Bytes

Heroku Buildpack: mongo-tools

This is the Heroku buildpack for mongo-tools.

Sometimes you need mongo-tools on a Heroku dyno, this puts them at your fingertips in the bin folder

Usage

Ensure your Heroku app is wired to use this buildpack:

heroku buildpacks:set https://github.com/iguanito/heroku-buildpack-mongotools.git

Mongo Tools are pulled down from deb package and unpacked for this distribution.

Credits

Forked from https://github.com/zph/heroku-buildpack-mongotools

The source code found here has been remixed from Paxan's [GB buildpack.][gb go buildpack]

That buildpack was remixed from the original [Go buildpack.][hbgo]

The simplicity of the build step in bin/compile script can be blamed entirely on [gb][gbrepo] by @davecheney.