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 close to the development installation explained in Chapter 1, Installing the Odoo Development Environment, in the recipe Easy installation from source, and in Chapter 2, Managing Odoo Server Instances, in the recipe Standardize your instance directory layout.
Installing Odoo for production use
Getting ready
We expect that you 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...