콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
8533 화면

I want to install OpenERP 7.0, without affecting the OpenERP 6.1 which is already installed in my system.

Is it possible if i choose a different path to install OpenERP 7.0

I'm using Ubuntu 12.04.

Thanks in Advance.

아바타
취소
베스트 답변

You cannot install both versions using the package manager, because they are considered different versions of the same package: one will replace the other.

You can however install one from source, configure it to use different ports, and leave the other package installed.

Without changing the ports for either one of them, they will both exist on your machine, but only one can be running at a given time. To run them both simultaneously, you must change the ports of either one.

아바타
취소
베스트 답변

I would rather create a virtual environment with virtualenv. Problem is not the source files, but the libraries used by each version

아바타
취소

That is not a problem. Both 6.1 and 7.0 will work with the same library versions.

베스트 답변

yes, i actually did that so how can i change the ports of the OpenERP 7?

아바타
취소
  1. Use the command line option: --xmlrpc-port=XMLRPC_PORT; or
  2. Add xmlrpc_port = XMLRPC_PORT to the configuration file (default is /etc/openerp/openerp-server.conf)

Replace XMLRCP_PORT with the port number you want to use. Default is 8069, so try 8169.

관련 게시물 답글 화면 활동
3
4월 16
9868
2
12월 23
17340
1
3월 15
8682
2
3월 15
4972
26
10월 23
148772