0
votes

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

2
using terminal : change the current directory using 'cd' to the directory including 'odoo-bin' then use 'python odoo-bin' - Borealis
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 books.google.co.ma/… - Borealis
@SOS-Mona Thanks for help, this is a part of problem - khelili miliana
so did you solve it? - Borealis

2 Answers

3
votes

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

0
votes

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)