November 2016
Beginner to intermediate
298 pages
6h 10m
English
Ready-to-install Odoo packages can be found at
nightly.odoo.com
, available as Windows (.exe), Debian (.deb), CentOS (.rpm), and source code tarballs (.tar.gz).
As developers, we will prefer installing them directly from the GitHub repository. This will end up giving us more control over versions and updates.
To keep things tidy, let's work in a /odoo-dev directory inside our home directory.
Throughout the book, we will assume that /odoo-dev is the directory where your Odoo server is installed.
First, make sure you are logged in as the user we created now or during the installation process, not as the root. Assuming your user is odoo, confirm it with the following command:
$ whoami odoo $ echo $HOME /home/odoo
Read now
Unlock full access