Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 758 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 758 Bytes

install-odoo

Usage

# 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

Contributors