the setup.py script will install openerp as python module.  You don't have to 
do that, you can run openerp directly from source, e.g.  python 
openerp/server/bin/openerp-server.py as long as all the dependencies has been 
satisfied.

apart from the port offset mentioned in Raphael's post, you should also pay 
attention to the conf file loaded by different version of openerp. If you don't 
specify conf file for different openerp running instance, they will end up 
using the same default .openerp-server conf file located at your HOME 
directory. you can specify the conf file in command line option such 
as python openerp-server.py --config=CONF
You may type the following to get details about the command line options:
python openerp-server.py --help

Tony Gu
digisatori AT gmail




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=59505#59505

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to