← Back to team overview

openerp-community team mailing list archive

Deployment best practices

 

Hello all,

OpenERP doesn't advocate any standard steps to deploy a new or update an
existing instance. I draw much of the inspiration from pip and use fabric.

1. "freeze" modules (create a installed.txt) for modules that are currently
installed
2. update ir_module_module table and set installable = False for other
modules
3. pack the modules into a distribution zip
4. commit installed.txt and tag project

I am not sure if this is the best way. Any other strategies that you may
have developed over the years that you can share?

Chang Phui Hock
CODEKAKI SYSTEMS (R49045/14) - A web-dev company
Skype: phuihock
Website: http://www.codekaki.com

Follow ups