This question has been flagged
3 Replies
13059 Views

does this work very fine? Is it also speed as opernerp 7 on Ubuntu 12.04? Because ubuntu 12.0 is very slow on a VM on py PC. Thx in advance.

Avatar
Discard
Best Answer

Hello,

I do use OpenErp 7 on both Squeeze and Wheezy. It's all fine. Need sufficient amount of memory with big DB.

Installing OpenERP 7 nightly build with APT on Debian

Edit the file

/etc/apt/sources.list

Add this line :

deb http://nightly.openerp.com/7.0/nightly/deb/ ./

Then , open terminal as root and type:

apt-get update [+ Enter]
apt-get install openerp [+ Enter]

For french people, see here : http://solutions-entreprise.developpez.com/erp-pgi/faq/openerp/?page=Linux#InstallDebAuto

Best regards

Avatar
Discard
Author

I have downloaded the CD1 of debian 7.1 but I can't install any postgresql version with apt-get install postgresql. I cannot also install the .dep openerp7 latest I have just downloaded. Can you please give a bit of help? Thank you.

I updated my previous answer. Try this way, that's very easy way.

Author Best Answer

Thank you, but what should I do to install postgresql on debian 7 CD1. The apt-get install postgres or apt-get install-postgresql-server don't work. Should I also add source list? which?

Thank you for your precious help

Avatar
Discard

Try with: apt-get install postgresql

Also edit /etc/apt/sources.list and add

deb http://ftp.fr.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.fr.debian.org/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free deb http://ftp.debian.org/debian/ wheezy-backports main contrib non-free

Author

THX very much.

Best Answer

Hi all,

On debian 7, when making openerp start automatically,  by

sudo update-rc.d openerp-server defaults

i have those errors :

/# sudo update-rc.d openerp-server defaults
update-rc.d: using dependency based boot sequencing
insserv: warning: script 'K01openerp-server' missing LSB tags and overrides
insserv: warning: script 'K01smartmontools' missing LSB tags and overrides
insserv: warning: script 'S14initrd-tools.sh' missing LSB tags and overrides
insserv: warning: script 'S14libdevmapper1.02' missing LSB tags and overrides
insserv: warning: script 'openerp-server' missing LSB tags and overrides
insserv: warning: script 'initrd-tools.sh' missing LSB tags and overrides
insserv: warning: script 'modutils' missing LSB tags and overrides
insserv: warning: script 'libdevmapper1.02' missing LSB tags and overrides
insserv: warning: script 'smartmontools' missing LSB tags and overrides

Does anyone has an idea to fix it ,

Thkx

Avatar
Discard