Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
5251 Lượt xem

 

How to install and run multiple instances of odoo 9 on centos 7?

I already manage to install and run 1 instance.

But i need the second and maybe more on later, because i will use one for testing, one for production and one for development or something else.


Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Hi Jignesh Mehta,


Where must i put the script:

./odoo.py --addons=addons --xmlrpc-port=8080 ?

Inside the openerp-server.conf file? or make another conf file?

Best Regards



Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello February,


The default port for the odoo is 8069.


Now You can run another instance to another port.


Ex:-

./odoo.py --addons=addons --xmlrpc-port=8080  server runs on 8080 port and u can access another instance for this port.


You will run multiple instance by giving --xmlrpc-port='port_no'


Thanks,

Ảnh đại diện
Huỷ bỏ