Skip to content

jose250698/odoo-docker-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Odoo install script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%