File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Script for installing Odoo on Ubuntu 14.04, 15.04 and 16.04 (could be used for other version too)
44# Author: Yenthe Van Ginneken
55# -------------------------------------------------------------------------------
6- # This script will install Odoo on your Ubuntu 14 .04 server. It can install multiple Odoo instances
6+ # This script will install Odoo on your Ubuntu 16 .04 server. It can install multiple Odoo instances
77# in one Ubuntu because of the different xmlrpc_ports
88# -------------------------------------------------------------------------------
99# Make a new file:
@@ -24,10 +24,10 @@ OE_HOME_EXT="/$OE_USER/${OE_USER}-server"
2424INSTALL_WKHTMLTOPDF=" True"
2525# Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
2626OE_PORT=" 8069"
27- # Choose the Odoo version which you want to install. For example: 9 .0, 8 .0, 7 .0 or saas-6 . When using 'trunk ' the master version will be installed.
28- # IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 9 .0
27+ # Choose the Odoo version which you want to install. For example: 11 .0, 10 .0, 9 .0 or saas-18 . When using 'master ' the master version will be installed.
28+ # IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 11 .0
2929OE_VERSION=" 11.0"
30- # Set this to True if you want to install Odoo 9 Enterprise!
30+ # Set this to True if you want to install Odoo 11 Enterprise!
3131IS_ENTERPRISE=" False"
3232# set the superadmin password
3333OE_SUPERADMIN=" admin"
You can’t perform that action at this time.
0 commit comments