Hello there,
I'm trying to run Odoo 10 on Ubuntu 14.04 from nightly source.
Everywhere on the web, it is written to run Odoo 10 with ./odoo-bin
But I don't see this file in the downloaded files.
Where is it???
Should I inevitably run an installation script? (I prefer not)
I don't want to run odoo10 like a service. Not now.
EDIT #1
Usually, with Odoo8, I use this command to run a server :
/home/odoo-iv/odoo-8.0-20161109/openerp-server -c /etc/odoo/openerp-server-iv.conf -db_user=odoo-iv --db_password=xxx --log-level=info --db-filter='odoo-iv' --database=odoo-iv
And the file openerp-server is well located in this directory.
But no trace of odoo-bin in the directory of odoo10...
EDIT #2
I have found the setup.py python file in the source directory. Should I execute this setup.py file to build or install the source code? I didn't have to do that with Odoo 8...