# Update system packages sudo apt update && sudo apt upgrade -y # Install PostgreSQL sudo apt install postgresql postgresql-contrib -y # Install core development tools and libraries sudo apt install git python3-pip python3-dev python3-venv libxml2-dev libxslt1-dev zlib1g-dev libsasl2-dev libldap2-dev libjpeg-dev libpq-dev -y Use code with caution. Create a Dedicated PostgreSQL User
8+ vCPUs, 16+ GB RAM, dedicated PostgreSQL server Operating System
Odoo requires the wkhtmltopdf tool to render PDF reports, invoices, and quotations. The version in the standard Ubuntu repositories often lacks patched Qt support, so you should download it directly. For Ubuntu 22.04: install download odoo enterprise source code
Odoo Enterprise is the shared source version of the software, granting access to additional proprietary modules and features not available in the Community edition. When you purchase an Enterprise license, you gain access to private code repositories containing these exclusive modules.
Open your browser and navigate to http://localhost:8069 . # Update system packages sudo apt update &&
sudo -u postgres createuser --createdb --username postgres odoo Use code with caution. Step 4: Install System Dependencies and Python Packages
cd /path/to/odoo python3 odoo-bin -c /etc/odoo.conf For Ubuntu 22
You cannot download the Enterprise source code without a valid license. Via GitHub (Recommended for Developers):
Before you can install Odoo Enterprise from source, ensure your system meets the following requirements: