Install Odoo on linux or aws server
This is a flexible Odoo installation script.
git clone https://github.com/alvinshaita/install-odoo
Configure the script as desired:
ODOO_USER
username of system user.
PORT
port where Odoo will run.
VERSION
Odoo version to install. 12
by default, for Odoo V12.
IS_ENTERPRISE
To install an Enterprise version, set True
, while False
installs a Community version.
SUPERUSER
Odoo master password for the installation.
sudo chmod +x odoo_installer.sh
sudo ./odoo_installer.sh