Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4192 Widoki

Hi everybody,

I try to install both 6.1 and 7.0 versions of OpenERP on Ubuntu,

I have already OERP 7.0 installed

I get the .deb of OERP 6.1, and I extracted it

I have configured all, but it miss one argument in openerp-server.conf is server_path

I don't know what is its syntax, else is there a recommanded way to do this

Thank you

Awatar
Odrzuć
Najlepsza odpowiedź

In case you need to install OpenERP 7.0 and OpenERP 6.1 in the same server, I would suggest installing both servers in different Python environments with tools like virtualenv or oerpenv

Awatar
Odrzuć
Autor

Is there a tutorial to do this ?

google for virtualenv, you will find examples on how to work with virtualenv

Najlepsza odpowiedź

cd ~/openerp_stable/6.1/server-6.1 ./openerp-server --addons-path=../addons-6.1/ --db_user=merlin --db_password=admin

command to start 6.1 web server set path of addons accordingly

Awatar
Odrzuć
Autor

Not working because it calls web module on the 7.0 server, so my idea is to set server_path in openerp-server.conf, but how ?

Powiązane posty Odpowiedzi Widoki Czynność
11
kwi 15
9913
0
mar 15
5616
1
mar 15
6127
1
mar 15
4119
1
maj 24
2804