Skip to content

Instantly share code, notes, and snippets.

@franckbret
Created June 10, 2014 08:22
Show Gist options
  • Save franckbret/9734abc50744eafdba45 to your computer and use it in GitHub Desktop.
Save franckbret/9734abc50744eafdba45 to your computer and use it in GitHub Desktop.
A buildout.cfg to build a versatile and reproductible odoo development environment
# This is unstable for now, need testing and feedback.
# Be sure to follow https://pypi.python.org/pypi/anybox.recipe.odoo evolution for next stable release in an early future.
# For now you can build odoo master branch (trunk) from github with this buildout
# If you miss some system dependencies, see http://anybox.fr/blog/debian-package-helpers-for-openerp-buildouts
# For odoo recipe common scenario usage see http://docs.anybox.fr/anybox.recipe.openerp/trunk/
# and https://github.com/gracinet/opendays-2014
# Once you're done run
# ./bin/upgrade_openerp -d yourdatabase
# ./bin/start_openerp -d yourdatabase
[buildout]
extensions = gp.vcsdevelop
vcs-extend-develop = bzr+http://bazaar.launchpad.net/~anybox/anybox.recipe.openerp/1.8#egg=aro-1.8
vcs-update = True
parts = openerp
versions = versions
find-links = http://download.gna.org/pychart/
[openerp]
recipe = anybox.recipe.openerp[bzr]:server
version = git https://github.com/odoo/odoo.git odoo master
[versions]
lxml = 2.3.3
docutils = 0.9
pyparsing = 1.5.7
Werkzeug = 0.8.3
anybox.recipe.openerp =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment