Pergunta

anyone know how to install multiple openerp version inside ubuntu 10.04 LTS ? i need to support 3 version of openerp which are 6.0.4, 6.1 & 7.0 is it possible to install all versions inside 1 OS ? and how do i manage so that i can easily switch version to run openERP ?

Foi útil?

Solução

You can run different OpenERP servers on different ports.

For example:

6.0: --xmlrpc-port=9091 --netrpc-port=9090 --no-xmlrpcs

6.1: --xmlrpc-port=9094 --netrpc-port=9093

7.0: --xmlrpc-port=9096 --netrpc-port=9095

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top