You can start several instances of OpenERP-server with the same codebase and assign them to different ports. Then install a proxy on the same server and assign to every configured domain name the correct ports assigned in the first step.
For the outside only port 80, 8069 and 8070 are open for every (sub)domain and the proxy routes to the right internal ports where openerp-server is listening. Then you may define for every instance an postgres-user. This will prevent that other databases will show-up belonging to other instances. To automate everything you may write a init script for every instance you want to run. Here you can start/stop the instance, define your openerp-server.conf file that could be different for every instance, like addons directory, postgres-user, etc. ------------------------ Jan www.veritos.nl www.supportandmaintenance.org -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=50602#50602 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
