Install Deliverance
Project description
Install the Deliverance proxy as an out-of-process transform.
To learn more about Deliverance, see http://openplans.org/projects/deliverance
This will probably only work on Unix systems with Bash shells. Tested primarily on OS X.
Add this to your buildout.cfg:
[buildout] parts = deliverance [deliverance] recipe = plone.recipe.deliverance
This will download the Deliverance egg and its dependencies. It will also fetch and build libxml2 and libxslt from source.
A new script will be written to the top-level ‘bin’ directory, called ‘deliverance’ (taken from the name of thes buildout part). This sets up the environment appropriately and then starts the Deliverance daemon.
A Deliverance configuration file will be generated in deliverance/deliverance-proxy.ini. You can edit this - it will not be overridden when buildout is re-run, although it will be re-generated if it is removed.
The files deliverance/rules/rules.xml and deliverance/rules/standardrules.xml contain a example rules. An example theme is installed in deliverance/static/theme.html. If you change these, they will not be overridden. If you remove the ‘rules’ and ‘static’ directories, they will be recreated with these example files, otherwise they are left alone.
Other possible options for the deliverance section include:
- eggs – Any other eggs you may want to install. By default, this is just the
Deliverance egg (and its dependencies, of course).
- scripts – Any console scripts to install. By default, this includes
‘paster’. Set this an empty value to disable script generation (for example if another recipe is installing ‘paster’)
- libxml2_url – A URL from which the libxml2 sources can be downloaded. If you
do not want libxml2 to be installed, set this to an empty value. Otherwise, a default “known good” version is downloaded and compiled.
- libxslt_url – A URL from which libxslt sources can be downloaded. Again,
set this to an empty value to avoid compiling libxslt.
The following options affect the generated deliverance-proxy.ini configuration file.
- debug – Set to true or false to enable or disable deliverance error
reporting.
- host – The host to bind the Deliverance process to. By default, it will
listen to any IP address.
port – The port for the Deliverance process. Defaults to 8000.
- proxy – The URL being proxied by Deliverance. Defaults to
- theme – A URI for the theme. To specify a path relative to the ‘deliverance’
prefix it with “/.deliverance/”. The default is /.deliverance/static/theme.html
- rules – A URI for the rules file. Again, use “/.deliverance” to specify a
path relative to the ‘deliverance’ directory. The default is /.deliverance/rules/rules.xml
- rewrite – Rewrite all headers and internal links to appear to come from the
proxied server. Defaults to ‘true’.
- transparent – Do not rewrite the Host header when passing on a request.
Defaults to ‘true’.
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
Hashes for plone.recipe.deliverance-1.0b2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83065c9e6c105447a0e2d3eabdd2a4cf83af0dc7a479de658102df8b45cac656 |
|
MD5 | 79fbc357a6b22bbe81a6f159a2875c5b |
|
BLAKE2b-256 | 591ca141708ceec791bb54275fac216f11d2688c69fc69fb674127d061ecbbe1 |
Hashes for plone.recipe.deliverance-1.0b2-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69d3b68aa62dd04a4e0fb1e47d5cce16731d4ae2f7f91610b982e018ab0e5169 |
|
MD5 | 9443920257db87e171e2e961fc15b8b6 |
|
BLAKE2b-256 | 1b4390c215a4d821a7299fee213991867b8777c827f5195c79a976e7d5130d8c |