{ "info": { "author": "Mauro Amico", "author_email": "mauro@biodec.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Buildout", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: POSIX", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===================\nbiodec.recipe.riak\n===================\n\nzc.buildout recipe for downloading and installing Riak.\n\n[![Build Status](https://secure.travis-ci.org/biodec/biodec.recipe.riak.png)](http://travis-ci.org/biodec/biodec.recipe.riak)\n\nsee src/biodec/recipe/biodec/README.txt\n\nCredits\n=======\n\nCode from http://pypi.python.org/pypi/rod.recipe.rabbitmq package has been used\nas a starting point.\n\nA brief documentation\n=====================\n\nThis recipe takes a number of options:\n\nerlang-path\n The path where to find the erlc command (default = find it in your path).\n\nurl\n The URL to download the Riak source distribution.\n\nprefix\n Prefix path (default = ).\n\ncookie \n Optional string passed as cookie to the erl runtime (-setcookie)\n\nTests\n=====\n\nWe will define a buildout template used by the recipe:\n\n >>> buildout_cfg = \"\"\"\n ... [buildout]\n ... parts = riakbuild\n ... offline = true\n ...\n ... [riakbuild]\n ... recipe = biodec.recipe.riak:build\n ... url = http://s3.amazonaws.com/downloads.basho.com/riak/CURRENT/riak-1.2.0.tar.gz\n ...\n ... \"\"\"\n\nWe'll start by creating a buildout:\n\n >>> import os.path\n >>> write('buildout.cfg', buildout_cfg)\n\nRunning the buildout gives us:\n\n >>> print system(buildout)\n Installing riakbuild.\n ...\n ==> rel (compile)\n ==> riakbuild (compile)\n Compiled src/etop_txt.erl\n ...\n\nRe-run buildout:\n >>> print system(buildout)\n Updating riakbuild.\n\n\nChanges\n=======\n\n1.0.0a1 (2012-10-29)\n--------------------\nfirst public release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/biodec.recipe.riak", "keywords": "riak zc.buildout recipe", "license": "LGPL 3", "maintainer": null, "maintainer_email": null, "name": "biodec.recipe.riak", "package_url": "https://pypi.org/project/biodec.recipe.riak/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/biodec.recipe.riak/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/biodec.recipe.riak" }, "release_url": "https://pypi.org/project/biodec.recipe.riak/1.0.0a1/", "requires_dist": null, "requires_python": null, "summary": "ZC Buildout recipe for setting up Riak.", "version": "1.0.0a1" }, "last_serial": 786870, "releases": { "1.0.0a1": [ { "comment_text": "", "digests": { "md5": "84b4c8846ff72f83dbd9aa6019a35d83", "sha256": "e37ea36734c3460801c7b054b62efbd47630cb6da2f953fda437067af282797c" }, "downloads": -1, "filename": "biodec.recipe.riak-1.0.0a1.zip", "has_sig": false, "md5_digest": "84b4c8846ff72f83dbd9aa6019a35d83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17030, "upload_time": "2012-10-29T22:55:17", "url": "https://files.pythonhosted.org/packages/bc/b2/f239d388274085593935856c13367a2a5c62e5b2bee9d1c065022e48afb6/biodec.recipe.riak-1.0.0a1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "84b4c8846ff72f83dbd9aa6019a35d83", "sha256": "e37ea36734c3460801c7b054b62efbd47630cb6da2f953fda437067af282797c" }, "downloads": -1, "filename": "biodec.recipe.riak-1.0.0a1.zip", "has_sig": false, "md5_digest": "84b4c8846ff72f83dbd9aa6019a35d83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17030, "upload_time": "2012-10-29T22:55:17", "url": "https://files.pythonhosted.org/packages/bc/b2/f239d388274085593935856c13367a2a5c62e5b2bee9d1c065022e48afb6/biodec.recipe.riak-1.0.0a1.zip" } ] }