This question has been flagged
3 Replies
25901 Views

How to run the odoo 10 in linux, there is no openerp-server file as like V7 and V8.

Can anyone guide me.

Avatar
Discard
Best Answer

in terminal

$ cd /opt/odoo/odoo-10.0 (change to the odoo10 directory)
$ ./odoo-bin

you 'll see something like this:

2016-11-16 05:27:25,657 8640 INFO ? odoo: Odoo version 10.02016-11-16 05:27:25,657 8640 INFO ? odoo: addons paths: ['/opt/odoo/.local/share/Odoo/addons/10.0', u'/opt/odoo/odoo-10.0/odoo/addons', u'/opt/odoo/odoo-10.0/addons']

2016-11-16 05:27:25,657 8640 INFO ? odoo: database: default@default:default

2016-11-16 05:27:25,769 8640 INFO ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069

Avatar
Discard
Author

there is no such file like that which i have downloaded yesterday (15/11/16) from nightly odoo

Copy file 'odoo' from odoo-10.0-20161115/setup and past it as 'odoo-bin' to odoo-10.0-20161115 . Then make the file executable.

then run 'sudo ./odoo-bin' in terminal

Best Answer

In Ubuntu,you can do this with the following command

         su odoo -c  "python /usr/bin/opnerp-bin -c /etc/odoo/odoo.conf"

Avatar
Discard