Recipe for rebar based applications
Project description
Code repository: https://code.launchpad.net/collective.recipe.rebar
Questions and comments to https://answers.launchpad.net/collective.recipe.rebar
Report bugs at https://bugs.launchpad.net/collective.recipe.rebar
Detailed Documentation
Supported options
The recipe supports the following options:
- erlang-path
The path where to find the erlc command.
- url
The URL to download the source distribution.
Example usage
We will define a buildout template used by the recipe:
>>> buildout_cfg = """ ... [buildout] ... parts = riak ... offline = true ... ... [riak] ... recipe = collective.recipe.rebar ... url = http://bitbucket.org/basho/riak/downloads/riak-0.8.1.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("==> riak (install)\nInstalling: riak-0.8\n==> erlang_js (install)\nInstalling: erlang_js-0.1\n"): True
... else: print output
True
Contributors
Ali Sabil, Author
Change history
1.0.1 (2010-03-10)
Improved the documentation
1.0.0 (2010-03-09)
Created recipe
Download
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file collective.recipe.rebar-1.0.1.tar.gz.
File metadata
- Download URL: collective.recipe.rebar-1.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37ee277a2b6dd7beacaceaa2121f641ab742658db5226fe68f3248820ae441b0
|
|
| MD5 |
bce0d5fb3f46d8ed161fd195c842b0b0
|
|
| BLAKE2b-256 |
d06930e63bc9b08819aed9cc1e9eb3a76d75ca242ed19cc16399ef27189f9ae5
|
File details
Details for the file collective.recipe.rebar-1.0.1-py2.6.egg.
File metadata
- Download URL: collective.recipe.rebar-1.0.1-py2.6.egg
- Upload date:
- Size: 8.4 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8b4012d670da66853563b69b83fa1b093f926e64c78be6845001961b00905fb
|
|
| MD5 |
eeb22d5b3c11701709933deba1464cb7
|
|
| BLAKE2b-256 |
ad7e8454a1c734afa2a6f1015616b3b8e000b9c231e42a64b7022e9ab5e1b761
|