From 43257016895fff3612625b82b6b6aa65a46391f1 Mon Sep 17 00:00:00 2001 From: drmedrme Date: Wed, 13 Sep 2017 21:43:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c08525..55c9008 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -This script is based on the install script from André Schenkels (https://github.com/aschenkels-ictstudio/openerp-install-scripts) +This script is based on the install script from André Schenkels (https://github.com/aschenkels-ictstudio/openerp-install-scripts) and Yenthe666 script at https://github.com/Yenthe666/InstallScript but goes a bit further. This script will also give you the ability to define an xmlrpc_port in the .conf file that is generated under /etc/ This script can be safely used in a multi-odoo code base server because the default Odoo port is changed BEFORE the Odoo is started.

Installation procedure

1. Download the script: ``` -sudo wget https://raw.githubusercontent.com/Yenthe666/InstallScript/10.0/odoo_install.sh +sudo wget https://raw.githubusercontent.com/drmedrdme/Odoo-InstallScript/10.0/odoo_install.sh ``` 2. Make the script executable: ```