Report this

What is the reason for this report?

Problem installing odoo 8 (openERP) on digitalocean CentOS 6.5 x32 droplet

Posted on September 24, 2014

I have installed postgresql via yum and installed odoo 8 via rpm downloaded from https://www.odoo.com/page/download. Everything installed fine with no error.

sudo service openerp start did not do anything. Having a look inside /etc/init.d/openerp and saw that the DAEMON path is incorrect, so I replaced DAEMON=/usr/bin/openerp-server with DAEMON=/usr/local/bin/openerp-server

Then trying to start openerp service, received error on start-stop-daemon. Googled this and installed start-stop-daemon. Now sudo service openerp start says Starting openerp: ok, but openerp is not running! No service is running on port 8069.

No log file available in /var/log/odoo so not sure as to what is wrong.

Running /usr/local/bin/openerp-server directly from bash gave the following error: ImportError: No module named openerp

Googled this and saw that quite a few people had the same error but couldn’t find solution.

Please advise. Thanks.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

try to install from source, don’t use .deb or .rpm

I’ve been struggling setting up odoo on a centos 6 and 7 vps too. Few days ago I found an article on how to install odoo 8 in centos 7 which worked just fine…

so, you may want to try it and see if it will work for you.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.