Skip to main content

Buildout recipe for downloading and installing a mongodb binary package.

A brief documentation

This recipe takes a number of options:

darwin-32bit-url

The URL to download the 32 bit binary package for the darwin platform.

darwin-64bit-url

The URL to download the 64 bit binary package for the darwin platform.

linux2-32bit-url

The URL to download the 32 bit binary package for the linux platform.

linux2-64bit-url

The URL to download the 64 bit binary package for the linux platform.

Tests

We will define a buildout template used by the recipe:

>>> buildout_cfg = """
... [buildout]
... parts = mongodb
...
... [mongodb]
... recipe = rod.recipe.mongodb
... darwin-32bit-url = http://downloads.mongodb.org/osx/mongodb-osx-i386-0.9.7.tgz
... """

We’ll start by creating a buildout:

>>> import os.path
>>> write('buildout.cfg', buildout_cfg)

Running the buildout gives us:

>>> output = system(buildout)
>>> if output.endswith("downloading mongoDB distribution...\n"): True
... else: print output
True

Changes

1.1.0 2010-04-15

  • copying all MongoDB binaries into the ‘bin’ folder of the buildout environment (ajung)

1.0.1 2009-08-21

  • Removing part before updating.

1.0.0 2009-08-14

  • Initial release.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rod.recipe.mongodb-1.1.2.tar.gz (7.9 kB view details)

Uploaded Source

File details

Details for the file rod.recipe.mongodb-1.1.2.tar.gz.

File metadata

File hashes

Hashes for rod.recipe.mongodb-1.1.2.tar.gz
Algorithm Hash digest
SHA256 0ffd80a4408ee98707f318eb1d1cf80daf521d5f71ad5970485899447f73f892
MD5 a9977fa0ac11c795a561661739e7f38f
BLAKE2b-256 6305ace403075ac8816f556df5d5de103af38df495b661fcda9a1a6c27b4a6ee

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page