|
|
|
@ -22,26 +22,23 @@ OE_HOME_EXT="/$OE_USER/${OE_USER}-server"
|
|
|
|
#The default port where this Odoo instance will run under (provided you use the command -c in the terminal)
|
|
|
|
#The default port where this Odoo instance will run under (provided you use the command -c in the terminal)
|
|
|
|
#Set to true if you want to install it, false if you don't need it or have it already installed.
|
|
|
|
#Set to true if you want to install it, false if you don't need it or have it already installed.
|
|
|
|
INSTALL_WKHTMLTOPDF="True"
|
|
|
|
INSTALL_WKHTMLTOPDF="True"
|
|
|
|
##
|
|
|
|
|
|
|
|
### WKHTMLTOPDF download links
|
|
|
|
|
|
|
|
## === Ubuntu Trusty x64 & x32 === (for other distributions please replace these two links,
|
|
|
|
|
|
|
|
## in order to have correct version of wkhtmltox installed, for a danger note refer to
|
|
|
|
|
|
|
|
## https://www.odoo.com/documentation/8.0/setup/install.html#deb ):
|
|
|
|
|
|
|
|
WKHTMLTOX_X64=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
|
|
|
|
|
|
|
|
WKHTMLTOX_X32=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-i386.deb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
|
|
|
|
#Set the default Odoo port (you still have to use -c /etc/odoo-server.conf for example to use this.)
|
|
|
|
OE_PORT="8069"
|
|
|
|
OE_PORT="8069"
|
|
|
|
|
|
|
|
|
|
|
|
#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.
|
|
|
|
#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.
|
|
|
|
#IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 9.0
|
|
|
|
#IMPORTANT! This script contains extra libraries that are specifically needed for Odoo 9.0
|
|
|
|
OE_VERSION="9.0"
|
|
|
|
OE_VERSION="9.0"
|
|
|
|
|
|
|
|
|
|
|
|
#set the superadmin password
|
|
|
|
#set the superadmin password
|
|
|
|
OE_SUPERADMIN="admin"
|
|
|
|
OE_SUPERADMIN="admin"
|
|
|
|
OE_CONFIG="${OE_USER}-server"
|
|
|
|
OE_CONFIG="${OE_USER}-server"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
|
|
|
|
### WKHTMLTOPDF download links
|
|
|
|
|
|
|
|
## === Ubuntu Trusty x64 & x32 === (for other distributions please replace these two links,
|
|
|
|
|
|
|
|
## in order to have correct version of wkhtmltox installed, for a danger note refer to
|
|
|
|
|
|
|
|
## https://www.odoo.com/documentation/8.0/setup/install.html#deb ):
|
|
|
|
|
|
|
|
WKHTMLTOX_X64=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
|
|
|
|
|
|
|
|
WKHTMLTOX_X32=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-i386.deb
|
|
|
|
|
|
|
|
|
|
|
|
#--------------------------------------------------
|
|
|
|
#--------------------------------------------------
|
|
|
|
# Update Server
|
|
|
|
# Update Server
|
|
|
|
#--------------------------------------------------
|
|
|
|
#--------------------------------------------------
|
|
|
|
|