Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3762 Представления

I need to create a multiple -instance in CentOS. I reffered this file http://forum.openerp.com/forum/topic23730.html to create multiple instance , as they mentioned we need to copy & paste the config file as many times we need to create Multiple instance.  When i saw that file i found below code

[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = False
db_user = openerp
db_password = False

Where i am not able to find 

netrpc_port = 8050
xmlrpc_port = 8049
xmlrpcs_port = 8051  This lines.

 

Is it correct file to edit? or Where can i find the openerp-server.conf file?

If any other documents is there to create multiple-instance in CentOS. Please send.


Thanks in advance

Аватар
Отменить
Лучший ответ

if you install openerp through the system package manager, you will find the config file under "/etc/"

but if you use the script directly from openerp source code you wll find it under "openerp-server/install"

click here, This may help !!

Аватар
Отменить
Автор

Thanks for the reply, i am finding the file but not with the proper code. I need to edit xmlpc_port, netrpc_port and xmlpcs_port. This commands are not there in that file. Where this commands are avaliable? I mean which file? Thanks