Quick Odoo Production Installer

by
Odoo

48.49

v 16.0 Third Party 2
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name quick_odoo_production_installer
LicenseAGPL-3
Versions 13.0 16.0 15.0 14.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name quick_odoo_production_installer
LicenseAGPL-3
Versions 13.0 16.0 15.0 14.0

Quick Odoo Production Installe

Install Odoo in production in a two steps

Installation

Simply download the Script, set permissions to execute (chmod +x odoo16pro.sh) and start the installation which will take between 2 to 10 minutes depending on the speed of your Internet connection!

This script installs Odoo version 16 on an Ubuntu system and sets it up for production use. It installs required dependencies, creates a new system user for the Odoo installation, clones the Odoo source code from GitHub, creates a new Python virtual environment and installs required Python packages, creates a new directory for custom addons, and creates a new configuration file for the Odoo server. It also installs and configures PostgreSQL, and installs wkhtmltopdf for generating PDF reports. Finally, it installs and sets up the Odoo service so that it can be started and stopped as needed.

The script first sets some variables such as the operating system name, the user running the script, the directory path, the version of Odoo to install, the port on which the Odoo server will run, and the depth of the Git clone. It then checks the operating system name and sets the variables for the wkhtmltopdf package accordingly.

Next, the script adds a new system user for the Odoo installation, adds the universe repository and updates the system, installs Git and PostgreSQL, creates a new PostgreSQL user, and creates some directories for the Odoo installation. It then clones the Odoo source code from GitHub, and installs required python packages and dependencies for Odoo.

After that, the script installs and configures wkhtmltopdf, and creates an Odoo service configuration file. It then starts and enables the Odoo service, and prints a message to inform the user that the installation is complete.

Contact / Support

Need help or want extra features?

Need help with the configuration or want this module to have more functionalities?
Contact us on

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
how about ssl certificates
by
Largotek S.R.L.
on 1/16/24, 9:00 AM

can your script add a certificate so it will work on https?