Book Image

Odoo Development Essentials

Book Image

Odoo Development Essentials

Overview of this book

Table of Contents (17 chapters)
Odoo Development Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 10. Deployment Checklist – Going Live

In this chapter, you will learn how to prepare your Odoo server for use in the production environment.

There are many possible strategies and tools that can be used to deploy and manage an Odoo production server. We will guide you through one way of doing it.

This is the server setup checklist that we will follow:

  • Install Odoo from the source

  • Set up the Odoo configuration file

  • Set up multiprocessing workers

  • Set up the Odoo system service

  • Set up a reverse proxy with SSL support

Let's get started.