Installing Odoo in the production phase is not very different from installing Odoo for development. While there are several possible approaches, this recipe proposes a setup that is similar to the development installation.
Installing Odoo for production use
Getting ready
We expect you to have a development instance ready. In this recipe, we assume the following:
- The project of your instance is managed in the same way as suggested in
Chapter 2, Managing Odoo Server Instances, in the Standardize your instance directory layout recipe. We will use https://github.com/yourlogin/project.git. This repository should contain the configuration file of the instance used during development, the specific add-ons of the instance, and any...