Skip to main content

ZC Buildout recipe for setting up RabbitMQ.

Project description

Buildout recipe for downloading and installing RabbitMQ.

A brief documentation

This recipe takes a number of options:

erlang-path

The path where to find the erlc command (default = /usr/local/bin).

url

The URL to download the RabbitMQ source distribution.

prefix

Prefix path (default = <buildout directory>).

Tests

We will define a buildout template used by the recipe:

>>> buildout_cfg = """
... [buildout]
... parts = rabbitmq
... offline = true
...
... [rabbitmq]
... recipe = rod.recipe.rabbitmq
... url = http://www.rabbitmq.com/releases/rabbitmq-server/v1.6.0/rabbitmq-server-1.6.0.tar.gz
... """

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("ebin/rabbit_app.in > ebin/rabbit.app\n"): True
... else: print output
True

Changes

1.0.0 2009-08-23

  • Initial release.

Project details


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.rabbitmq-1.0.0.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

rod.recipe.rabbitmq-1.0.0-py2.5.egg (11.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page