sylph01 / asdf-mongodb

MongoDB plugin for asdf version manager https://github.com/asdf-vm/asdf
MIT License
10 stars 13 forks source link

asdf-mongodb Build Status

MongoDB binary plugin for asdf

Limitations

This plugin downloads the most generic binary for the given version number of MongoDB. Which means:

For this reason, this plugin is targeted for development environments. For production environments, please set up your environments manually.

Also, this plugin handles only the installation of the binary file. You will still need to set up your data directory (for example, mkdir -p /data/db, and setting permissions so that mongod can read it) manually. Please consult the Installation Guide of your environment for details.

Versioning Convention of MongoDB

MongoDB uses a versioning convention where:

All versions that can be downloaded from the server is included in the version list. In most of the cases, you will install the even-numbered production release with the highest minor version number.

Install

asdf plugin-add mongodb https://github.com/sylph01/asdf-mongodb.git

Use

Check asdf readme for instructions on how to install & manage versions of MongoDB.