Once we have Odoo installed, we need to create a server instance.
A server instance is an Odoo service listening on a specific port, 8060, by default, and using a database to store data.
The minimal command to start an Odoo instance using the mydb database:
$ ./odoo.py -d mydb
If the database ...