Odoo

In our example, we consider the following information:

  • Account name: [account]
  • Odoo directory: /home/[account]/odoo/
  • Odoo HTTP address: [account].alwaysdata.net
  • Live Chat port: 8300 (ports between 8300 and 8499 can be used)

Note

Feel free to adjust according to your needs.

Live Chat

After installing Odoo via our marketplace:

  • In Advanced > Services, create the following service:

    • Command: .venv/bin/python odoo-bin --config=.odoorc --http-port=8300 --proxy-mode
    • Working directory: /home/[account]/odoo/
    • Environment: PYTHON_VERSION=3.10
  • In Web > Sites, declare a site, type Reverse proxy with:

    • Address: [account].alwaysdata.net/websocket/
    • Remote URL: services-[account].alwaysdata.net:8300