|
|
|
@ -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.)
|
|
|
|
# Set the default Odoo longpolling port (you still have to use -c /etc/odoo-server.conf for example to use this.)
|
|
|
|
LONGPOLLING_PORT="8072"
|
|
|
|
LONGPOLLING_PORT="8072"
|
|
|
|
# Set to "True" to install certbot and have ssl enabled, "False" to use http
|
|
|
|
# Set to "True" to install certbot and have ssl enabled, "False" to use http
|
|
|
|
ENABLE_SSL="True"
|
|
|
|
ENABLE_SSL="False"
|
|
|
|
# Provide Email to register ssl certificate
|
|
|
|
# Provide Email to register ssl certificate
|
|
|
|
ADMIN_EMAIL="odoo@example.com"
|
|
|
|
ADMIN_EMAIL="odoo@example.com"
|
|
|
|
##
|
|
|
|
##
|
|
|
|
@ -148,7 +148,7 @@ sudo chown $OE_USER:$OE_USER /var/log/$OE_USER
|
|
|
|
# Install ODOO
|
|
|
|
# Install ODOO
|
|
|
|
#--------------------------------------------------
|
|
|
|
#--------------------------------------------------
|
|
|
|
echo -e "\n==== Installing ODOO Server ===="
|
|
|
|
echo -e "\n==== Installing ODOO Server ===="
|
|
|
|
sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/
|
|
|
|
sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/DrunkOne/odoo $OE_HOME_EXT/
|
|
|
|
|
|
|
|
|
|
|
|
if [ $IS_ENTERPRISE = "True" ]; then
|
|
|
|
if [ $IS_ENTERPRISE = "True" ]; then
|
|
|
|
# Odoo Enterprise install!
|
|
|
|
# Odoo Enterprise install!
|
|
|
|
|