1
OpenERP buildout recipe
2
=======================
3
This recipe for `Buildout <https://github.com/buildout/buildout>`_ is
4
a fully featured tool allowing you to define and deploy quickly
5
OpenERP installations of any kinds, ranging from development setups to
6
fully automated production deployments or continuous integration.
8
Some of its main features include:
10
* uniformity across OpenERP versions (from 5.0 onwards)
11
* installation of OpenERP server and, if meaningful, GTK and web clients.
12
* retrieval of main software and addons from various sources,
13
including the major version control systems
14
* ability to pinpoint everything for replayability
15
* management of OpenERP configuration
16
* dedicated scripts creation for easy integration of external tools,
17
such as test launchers
18
* packaging: creation of self-contained equivalents for easy
19
deployment in tightly controlled hosting environmenents.
21
All these to be considered together with zc.buildout‘s general
22
properties, such as an extensible configuration file format for easy
23
variation or separation of concerns, native Python distributions
24
installation, and of course the huge ecosystem of other recipes.
26
The `full documentation
27
<http://pythonhosted.org/anybox.recipe.openerp>`_
28
is written with `Sphinx
29
<http://sphinx-doc.org>`_, built continuously and
30
uploaded to http://docs.anybox.fr/anybox.recipe.openerp by Anybox' public
32
The Sphinx source tree is to be found under the ``doc`` subdirectory
35
The latest released version of the documentation is uploaded to PyPI
36
alongside with the package. See `PyPIDocumentationHosting
37
<https://wiki.python.org/moin/PyPiDocumentationHosting>`_ for details.
39
Bug reports and Feedback
40
~~~~~~~~~~~~~~~~~~~~~~~~
41
Please don't hesitate to give feedback and especially report bugs or
42
ask for new features through launchpad at this URL:
43
https://bugs.launchpad.net/anybox.recipe.openerp/+bugs
48
* Code repository and bug tracker: https://launchpad.net/anybox.recipe.openerp
49
* PyPI page: http://pypi.python.org/pypi/anybox.recipe.openerp
50
* Main documentation: http://docs.anybox.fr/anybox.recipe.openerp
53
Contributors information
54
~~~~~~~~~~~~~~~~~~~~~~~~
56
See `the latest version of the contributors documentation
57
<http://docs.anybox.fr/anybox.recipe.openerp/trunk/contributing.html>`_.
65
* Christophe Combelles
70
* Jean-Sébastien Suzanne
72
* Jacques-Etienne Baudoux