openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #05844
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