Reputation: 3822
I'am working with odoo10 and ubuntu 16, when I tried to start the service odoo, /etc/init.d/odoo-server start
, nothing happend, and if I seek it's process i find nothing, ps ax | grep odoo
,
and I can't see error using log file
Upvotes: 0
Views: 4591
Reputation: 1137
using terminal : change the current directory using 'cd' to the directory including 'odoo-bin' then use 'python odoo-bin'
and if you want to use odoo as a system service and being able to start it automatically when the system boots I think this link will be usefull
Upvotes: 3
Reputation: 304
Just set permission for both conf file and service file properly as per
http://blog.balvantramani.com/2017/09/install-odoo-10-on-ubuntu-1604.html
Also check DAEMON=/opt/odoo/odoo-bin(for odoo10) (this is different for odoo 8 or 9)
Upvotes: 0