From 2dac7fa36c3eb77a5b55a6a5517042e73d88a8dd Mon Sep 17 00:00:00 2001 From: Yenthe Date: Tue, 26 Jan 2016 14:33:36 +0100 Subject: [PATCH] Add installation instructions Add installation instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 372ad4d..45d6618 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ This script is based on the install script from André Schenkels (https://github.com/aschenkels-ictstudio/openerp-install-scripts) 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/9.0/odoo_install.sh +``` +2. Make the script executable: +``` +sudo chmod +x odoo_install.sh +``` +3. Execute the script: +``` +sudo ./odoo_install.sh +```