Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 729 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 729 Bytes

Odoo Install Script

Installation procedure

1. Download the script:
sudo wget https://raw.githubusercontent.com/fow903/odoo-docker-install/16.0/odoo_install.sh
2. Modify the parameters as you wish.

There are a few things you can configure, this is the most used list:
OE_USER will be the username for the system user.
ODOO_VERSION is the Odoo version to install, for example 16.0 for Odoo V16.
POSTGRES_VERSION is the Postgres version to install, for example 15 for Postgres V15.

3. Make the script executable

sudo chmod +x odoo_install.sh
4. Execute the script:
sudo ./odoo_install.sh