|
|
|
|
@ -26,7 +26,7 @@ OE_PORT="8069"
|
|
|
|
|
# IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 17.0
|
|
|
|
|
OE_VERSION="19.0"
|
|
|
|
|
# Set this to True if you want to install the Odoo enterprise version!
|
|
|
|
|
IS_ENTERPRISE="True"
|
|
|
|
|
IS_ENTERPRISE="False"
|
|
|
|
|
# Installs postgreSQL V16 instead of defaults (e.g V12 for Ubuntu 20/22) - this improves performance
|
|
|
|
|
INSTALL_POSTGRESQL_SIXTEEN="True"
|
|
|
|
|
# Set this to True if you want to install Nginx!
|
|
|
|
|
@ -41,7 +41,7 @@ WEBSITE_NAME="_"
|
|
|
|
|
# Set the default Odoo longpolling port (you still have to use -c /etc/odoo-server.conf for example to use this.)
|
|
|
|
|
LONGPOLLING_PORT="8072"
|
|
|
|
|
# Set to "True" to install certbot and have ssl enabled, "False" to use http
|
|
|
|
|
ENABLE_SSL="False"
|
|
|
|
|
ENABLE_SSL="True"
|
|
|
|
|
# Provide Email to register ssl certificate
|
|
|
|
|
ADMIN_EMAIL="odoo@example.com"
|
|
|
|
|
##
|
|
|
|
|
|