Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

biodec.recipe.riak is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
1.0.0a1 Failed View build log
 
Links
Author
License
LGPL 3
Lastest release
version 1.0.0a1 on Jan 9th, 2014

zc.buildout recipe for downloading and installing Riak.

[![Build Status](https://secure.travis-ci.org/biodec/biodec.recipe.riak.png)](http://travis-ci.org/biodec/biodec.recipe.riak)

see src/biodec/recipe/biodec/README.txt

Credits

Code from http://pypi.python.org/pypi/rod.recipe.rabbitmq package has been used as a starting point.

A brief documentation

This recipe takes a number of options:

erlang-path
The path where to find the erlc command (default = find it in your path).
url
The URL to download the Riak source distribution.
prefix
Prefix path (default = <buildout directory>).
cookie
Optional string passed as cookie to the erl runtime (-setcookie)

Tests

We will define a buildout template used by the recipe:

>>> buildout_cfg = """
... [buildout]
... parts = riakbuild
... offline = true
...
... [riakbuild]
... recipe = biodec.recipe.riak:build
... url = http://s3.amazonaws.com/downloads.basho.com/riak/CURRENT/riak-1.2.0.tar.gz
...
... """

We'll start by creating a buildout:

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

Running the buildout gives us:

>>> print system(buildout)
Installing riakbuild.
...
==> rel (compile)
==> riakbuild (compile)
Compiled src/etop_txt.erl
...
Re-run buildout:
>>> print system(buildout)
Updating riakbuild.

Changes

1.0.0a1 (2012-10-29)

first public release.

Subscribe to package updates

Last updated Jan 9th, 2014

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.