コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
5356 ビュー

Hi, I am having a VPS hosting account, where i have installed Odoo10  - Centos 7,  However in the same VPS i have hosted multiple sites in this VPS. How can i have multipe Odoo 10 instances in the same VPS.


Example

hotelerp.com (want to have one erp with the database_name " hotel")

shoperp.com ( want to have an erp instance with the database_name "  shop")


Some one please help. 

アバター
破棄
著作者 最善の回答

Thanks fro the info - I am new to Odoo , could you tell me step by step with code of doing this please.  Really appreciate it and sorry for asking basic questions. 

アバター
破棄
最善の回答

An Odoo instance can have multiple databases, see .../web/database/selector URL to see all your databases. On a server you can also install multiple Odoo instances using different ports (8069, etc.). As long as you do not use OCA's multi-website module, you can assign one hostname (subdomain.domain.tld) to one database.

You have 2 options to link hostnames to databases:

1. dbfilter configuration parameter in odoo.conf file
Depending on your regex expression you can assign subdomains or hostnames to database names

2. OCA module dbfilter_from_header
Allows you to directly assign a database name to a http request header in your proxy server vhost definition.

アバター
破棄
関連投稿 返信 ビュー 活動
1
11月 24
20257
1
9月 23
3073
3
5月 23
5676
7
4月 23
49055
1
12月 22
7895