lukebranch / odoo-install-scripts

ODOO / OpenERP Install Scripts
14 stars 33 forks source link

Multi odoo install #7

Open yazzou opened 9 years ago

yazzou commented 9 years ago

Hello I would like to be able to create instances on the fly. Is that possible with the install you propose ? Thanks Yaz

lukebranch commented 9 years ago

@yazzou ,

This is the plan eventually, however i've just come across an interesting project over here:

https://github.com/clouder-community/clouder

that might work well for what you need in the meantime. This set of modules uses Odoo as a Docker orchestrator to create virtual containers to run applications in.

In this case you're probably interested in creating virtual containers for Odoo instances and PostgreSQL.

If you're interested i'd recommend getting on the mailing list (as I have done) here:

https://www.goclouder.net/

I will be looking to update the script at a later date, however due to current commitments it could be some time before I have time to spend on it.