ZC Buildout recipe to build and install ejabberd.
Project description
Buildout recipe for downloading and installing ejabberd.
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 ejabberd source distribution.
- prefix
Prefix path (default = <buildout directory>).
Tests
We will define a buildout template used by the recipe:
>>> buildout_cfg = """ ... [buildout] ... parts = ejabberd ... offline = true ... ... [ejabberd] ... recipe = rod.recipe.ejabberd ... url = http://www.process-one.net/downloads/ejabberd/2.1.0-rc1/sources/ejabberd-2.1.0_rc1.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("ejabberd\n"): True ... else: print output True
Changes
1.0.0 2009-10-10
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
Built Distribution
Close
Hashes for rod.recipe.ejabberd-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4b3780ceab712dcd625aef772753e8a2f943262e204e7c6f26ad132e0568535 |
|
MD5 | c27c6cbabb42f0ccbecb9b616eaaf3fd |
|
BLAKE2b-256 | 30830dc6ff10524d442a117a519286381ea604df02fe2ca4f15f715b42775bac |
Close
Hashes for rod.recipe.ejabberd-1.0.0-py2.5.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | f171e5c3a4460245efdf6d05bced0f3e34e86fabcff3c1a8e1faa0d080c16e87 |
|
MD5 | 644b1855f979b19d29b99d4031514f30 |
|
BLAKE2b-256 | c7d1b1495b349bd52f699f46cd074954311d747843e48f3aae27a552d4bc4c86 |