- Odoo 11 Development Cookbook(Second Edition)
- Holger Brunn Alexandre Fayolle
- 96字
- 2021-06-25 22:48:34
Getting ready
We assume that you have installed Odoo on the production server with the previous recipe, Install Odoo for production. We assume that you will be running PostgreSQL on the same server as Odoo.
You may want to install the pwgen utility to generate random passwords.
We are describing the steps here as if you were running them on the production server, but they can also be executed on your development server, since the new configuration file is added to the Git repository of the project that we use to deploy on the production server.