installation - How to install multiple openerp version on ubuntu 10.04 LTS -


anyone know how install multiple openerp version inside ubuntu 10.04 lts ? need support 3 version of openerp 6.0.4, 6.1 & 7.0 possible install versions inside 1 os ? , how manage can switch version run openerp ?

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


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -