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

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.

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

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.

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

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

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

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

Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
  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.

Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 4 16
9841
2
thg 12 23
17303
1
thg 3 15
8665
2
thg 3 15
4939
26
thg 10 23
148706