From d4907d943adf3dd6fc459805565aaf4285c2439f Mon Sep 17 00:00:00 2001 From: Yenthe Date: Mon, 5 Oct 2015 08:57:42 +0200 Subject: [PATCH] Add ability to define port under /etc/ Add ability to define port under /etc/ --- odoo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odoo_install.sh b/odoo_install.sh index 9881afa..e265e28 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -22,12 +22,12 @@ OE_HOME_EXT="/$OE_USER/$OE_USER-server" #The default port where this Odoo instance will run under (provided you use the command -c in the terminal) #Set to true if you want to install it, false if you don't need it or have it already installed. INSTALL_WKHTMLTOPDF="True" - #Choose the Odoo version which you want to install. For example: 8.0, 7.0 or saas-6. When using 'trunk' the master version will be installed. #IMPORTANT! This script will work fine for any Odoo version except V9. 9.0 needs extra libraries. Please use the script found at #https://github.com/Yenthe666/InstallScript/tree/master/V9 OE_VERSION="8.0" - +#Choose the port on which your Odoo should run (xmlrpc-port) +OE_PORT="8069" #set the superadmin password OE_SUPERADMIN="admin" OE_CONFIG="$OE_USER-server"