Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 505 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 505 Bytes

Odoo Install Script for Raspberry Pi

This is not a stable version, be careful

This script is based on the install script from Yenthe Van Ginneken (https://github.com/Yenthe666/InstallScript.git)

This script is focused to install Odoo on a Raspberry Pi, for develop, test or production, with operating sistem Ubuntu Server 20.04 or superior.

There are a few parameters you can configure, this is the most used list:

  • OE_VERSION="13.0"
  • OE_USER="odoo"
  • OE_HOME="/opt/$OE_USER"
  • OE_PORT="8069"