Joel
Joel

Reputation: 57

How to install multiple odoo 10 instances with subdomain filtering on CentOs

I have been stuck with installing mutiple odoo 10n instances on a server with subdomain filtering, for example:

To be more specific, I already have an instance of odoo 8 running at opt/odoo/ on odoo.mydomain.com. Now I want to install an instance of odoo 10, with the idea as explained above. Already found a tutorial at https://www.rosehosting.com/blog/how-to-install-odoo-10-with-subdomain-filtering/ but it's for Ubuntu.

Upvotes: 2

Views: 994

Answers (1)

Dachi Darchiashvili
Dachi Darchiashvili

Reputation: 769

Run odoo 10 in different port and that's all.

And don't forget to make db filters

Upvotes: 2

Related Questions