From 9b6b1d0d75d6c1efeb81e42b7a1c3d1a0da8db8f Mon Sep 17 00:00:00 2001 From: Yenthe Date: Tue, 29 Sep 2015 08:01:13 +0200 Subject: [PATCH] Added more information at the top Added more information at the top --- odoo_install.sh | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/odoo_install.sh b/odoo_install.sh index 30b3fb6..b744d78 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -1,19 +1,17 @@ #!/bin/bash ################################################################################ -# Script for Installation: ODOO Saas4/Trunk server on Ubuntu 14.04 LTS +# Script for installing Odoo V9 on Ubuntu 14.04 LTS (could be used for other version too) # Author: Yenthe Van Ginneken #------------------------------------------------------------------------------- -# # This script will install Odoo on your Ubuntu 14.04 server. It can install multiple Odoo instances # in one Ubuntu because of the different xmlrpc_ports #------------------------------------------------------------------------------- -# USAGE: -# -# odoo-install -# -# EXAMPLE: -# ./odoo-install -# +# Make a new file: +# sudo nano odoo-install.sh +# Place this content in it and then make the file executable: +# sudo chmod +x odoo-install.sh +# Execute the script to install Odoo: +# ./odoo-install ################################################################################ ##fixed parameters