# specify branch you are going to use
export SCRIPT_BRANCH="yelizariev/install-odoo/master"
# download script
wget https://raw.githubusercontent.com/${SCRIPT_BRANCH}/install-odoo-saas.sh
# set parameters, e.g.
export ODOO_SAAS_TOOL="yes"
# (list of all parameters with default values can be found at install-odoo-saas.sh)
# run script
/bin/bash -x install-odoo-saas.sh
- @yelizariev - original semi-automated script for odoo installation
- @bassn - fully auto-automated script for odoo installation