~therp-nl/anybox.recipe.openerp/jbaudoux-relative_paths_resolve_conflict

« back to all changes in this revision

Viewing changes to README.rst

[MRG] Update with target branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
7
 
 
8
Some of its main features include:
 
9
 
 
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.
 
20
 
 
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.
 
25
 
 
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
 
31
buildbot.
 
32
The Sphinx source tree is to be found under the ``doc`` subdirectory
 
33
of this project.
 
34
 
 
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.
 
38
 
 
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
 
44
 
 
45
Useful links
 
46
~~~~~~~~~~~~
 
47
 
 
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
 
51
 
 
52
 
 
53
Contributors information
 
54
~~~~~~~~~~~~~~~~~~~~~~~~
 
55
 
 
56
See `the latest version of the contributors documentation
 
57
<http://docs.anybox.fr/anybox.recipe.openerp/trunk/contributing.html>`_.
 
58
 
 
59
 
 
60
Credits
 
61
~~~~~~~
 
62
 
 
63
Authors:
 
64
 
 
65
 * Christophe Combelles
 
66
 * Georges Racinet
 
67
 
 
68
Contributors:
 
69
 
 
70
 * Jean-Sébastien Suzanne
 
71
 * Yannick Vaucher
 
72
 * Jacques-Etienne Baudoux
 
73
 * Laurent Mignon
 
74
 * Leonardo Pistone
 
75