plone.recipe.haproxy 1.0b1
Buildout recipe to install haproxy
Contents
- Code repository: http://svn.plone.org/svn/collective/buildout/plone.recipe.haproxy
- Questions and comments to somemailing_list
- Report bugs at http://bug.somewhere.com/..
Detailed Documentation
Supported options
The recipe supports the following options:
- option1
- Description for option1...
- option2
- Description for option2...
Example usage
We'll start by creating a buildout that uses the recipe:
>>> write('buildout.cfg',
... """
... [buildout]
... parts = test1
...
... [test1]
... recipe = plone.recipe.haproxy
... option1 = %(foo)s
... option2 = %(bar)s
... """ % { 'foo' : 'value1', 'bar' : 'value2'})
Running the buildout gives us:
>>> print 'start', system(buildout) # doctest:+ELLIPSIS start... Installing test1. Unused options for test1: 'option2' 'option1'. <BLANKLINE>
Contributors
Helge Tesdal, Author
Change history
1.0b1 (2008-11-25)
- First public release [Helge Tesdal].
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| plone.recipe.haproxy-1.0b1.tar.gz (md5) | Source | 2008-11-26 09:13:04 | 6KB | 662 | |
- Author: Helge Tesdal <tesdal at jarn com>
- Keywords: buildout haproxy proxy loadbalancer
- License: ZPL
- Categories
- Package Index Owner: wichert, tesdal, witsch, mj, fschulze, hannosch
- DOAP record: plone.recipe.haproxy-1.0b1.xml
Log in to rate this package.
