From 9a0abe7165a66b30055ea20831498a739ce599f8 Mon Sep 17 00:00:00 2001 From: Yenthe Date: Tue, 29 Sep 2015 07:59:45 +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 a525f8f..83d0e69 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 install 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