Skip to content

uhray/heroku-buildpack-mongo-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

Heroku buildpack: MongoDB

This is a Heroku buildpack to run mongo commands (http://www.mongodb.org/).

It installs MongoDB 4.2.3 for Ubuntu 16.04 or 18.04 from https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.2.3.tgz or https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.2.3.tgz.

Usage

Example usage:

$ heroku create myapp --buildpack http://github.com/Lendix/heroku-buildpack-mongo.git
$ git push heroku master

or:

$ heroku buildpacks:add http://github.com/Lendix/heroku-buildpack-mongo.git

About

Heroku buildpack to run mongo commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%