项目作者: siesgstarena

项目描述 :
Heroku Buildpack for running mongo commands with MongoDB v4.1.5
高级语言: Shell
项目地址: git://github.com/siesgstarena/heroku-buildpack-mongo.git
创建时间: 2018-12-09T05:41:36Z
项目社区:https://github.com/siesgstarena/heroku-buildpack-mongo

开源协议:MIT License

下载


Heroku Buildpack: MongoDB 4.1.5

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

It installs MongoDB 4.1.5 for Linux environment (stack: heroku-22).

Usage

Example usage:

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

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