ZC Buildout recipe to build and install ejabberd.
Project description
The ejabberd http://www.process-one.net/en/ejabberd/ is a distributed, fault-tolerant technology that allows the creation of large-scale instant messaging applications. This buildout recipe downloads and installs ejabberd into an isolated development environment.
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.1.1 2009-10-13
Fixes an issue where ejabberd crashes on startup due to a missing directory.
1.1.0 2009-10-13
Creates custom ejabberd and ejabberdctl scripts.
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
Hashes for rod.recipe.ejabberd-1.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9794355208eff39775aefecb8fad05da5e450b1c43421a1092ead0e3d13be30f |
|
MD5 | fa4d0f6e755106e49685712e963b3989 |
|
BLAKE2b-256 | 12fc30ae53d89bf06027c20130eadd355c0f0eabb04e6777e053b7d38c8034b5 |
Hashes for rod.recipe.ejabberd-1.1.1-py2.5.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89abe00641dfd775f2c79f94bb09427b3afd6842831315531b8d9c955aba8daf |
|
MD5 | 91cf34c79d6e3d6edad792d70d8e8f19 |
|
BLAKE2b-256 | ccd29270d26beccc82d5918ab950201921328f938166319b3b5a74ea7c5ed5af |