Skip to content

tgd1973/Odoo-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

Installation procedure

  1. Download the script:
sudo wget https://raw.githubusercontent.com/tgd1973/Odoo-install/main/odoo-install.sh && sudo chmod +x odoo-install.sh
  1. Modify the parameters as you wish. There are a few things you can configure, on the folder you just downloaded, which finds it in: /tmp/Odoo-install/install/

    This options is the most used:

  • OE_USER - will be the username for the system user.
  • OE_HOME - will be the home directory of the system user.
  • OE_VERSION - is the Odoo version to install, for example 16.0 for Odoo V16.0
  • OE_INSTALL_DIR - is the path where all environment will be installed to.
  • OE_REPO - is the path where odoo will be clonned to.
  • INSTALL_WKHTMLTOPDF - set to False if you do not want to install it, if you want to install it you should set it to True.
  • OE_PORT - is the port where Odoo should run on, for example 8069.
  • OE_NETRPC_PORT - is the port where Odoo net-rpc should run on, for example 8070.
  • OE_LONGPOOL_PORT - is the port where Odoo long pool should run on, for example 8070.
  • IS_ENTERPRISE - will install the Enterprise version on top of community version if you set it to True, set it to False if you want the community version of Odoo.
  • OE_SUPERADMIN - is the master password for this Odoo installation.
  • OE_DB_PASSWORD - is the password of postgres user.
  • OE_WORKERS - is the number of Odoo workers
  • PG_VERSION - is a version of postgresql installed
  1. Run the script:
sudo ./odoo-install.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages