Odoo 19 Installation on Ubuntu
Step-by-step guide for installing Odoo 19 on Ubuntu
Presented by
CandidRoot Solutions | Odoo Silver Partner
Step 1: Update Server
sudo apt update && sudo apt upgrade -y
sudo apt install git python3-pip build-essential wget python3-dev
python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev
libsasl2-dev python3-setuptools npm node-less libjpeg-dev
zlib1g-dev libpq-dev libxml2-dev libffi-dev libssl-dev libjpeg8-dev
liblcms2-dev libblas-dev libatlas-base-dev -y
Step 2: Install PostgreSQL
sudo apt install postgresql -y
sudo -u postgres createuser -s odoo19
Step 3: Create System User
sudo adduser --system --home=/opt/odoo19 --group odoo19
Step 4: Install Wkhtmltopdf
sudo apt install xfonts-75dpi xfonts-base -y
wget
https://github.com/wkhtmltopdf/packaging/releases/download/
0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb
sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb -y
Step 5: Download Odoo 19 Source
sudo su - odoo19 -s /bin/bash
git clone https://www.github.com/odoo/odoo --branch 19.0 --
single-branch .
Exit
Step 6: Create Virtual
Environment
sudo apt install python3-venv -y
sudo su - odoo19 -s /bin/bash
python3 -m venv venv
source venv/bin/activate
pip install wheel
pip install -r requirements.txt
deactivate
exit
Step 7: Configure Odoo
Config file (/etc/odoo19.conf):
[options]
db_host = False
db_port = False
db_user = odoo19
db_password = False
addons_path = /opt/odoo19/addons
logfile = /var/log/odoo19/odoo.log
Log directory:
sudo mkdir -p /var/log/odoo19
sudo chown odoo19:odoo19 /var/log/odoo19
Step 8: Create Systemd Service
File: /etc/systemd/system/odoo19.service
[Unit]
Description=Odoo19
Requires=postgresql.service
After=network.target postgresql.service
Continue...
[Service]
Type=simple
SyslogIdentifier=odoo19
User=odoo19
Group=odoo19
ExecStart=/opt/odoo19/venv/bin/python3 /opt/odoo19/odoo-bin -c /etc/odoo19.conf
StandardOutput=journal+console
[Install]
WantedBy=multi-user.target
Step 9: Start Odoo
sudo systemctl daemon-reexec
sudo systemctl enable --now odoo19
sudo systemctl status odoo19
Step 10: Access Odoo 19
Open in browser:
• Http://<your-server-ip>:8069
• localhost:8069
Database creation screen will appear.
Master password (optional in config):
admin_passwd = mypassword
✅ Done! You now have Odoo 19 running on Ubuntu.
Thank You !
CandidRoot Solutions Private Limited
A-358, 359, 360, Money Plant High Street,
Jagatpur Rd, near BSNL Office, Gota,
Ahmedabad, Gujarat 382470
+91 88490 36209 | info@candidroot.com | https://www.
candidroot.com

More Related Content

PDF
How to Install Odoo 17 on Ubuntu.pdf
PPTX
Odoo 13 installation on ubuntu 19.04
PPT
Installation Of Odoo 12 On Ubuntu 18.4
PPTX
How To Install Odoo 16 in Ubuntu 20.4
PDF
Princeton Wintersession: Software Quality Assurance Tooling
PDF
PDF
170112
TXT
OPTEE on QEMU - Build Tutorial
How to Install Odoo 17 on Ubuntu.pdf
Odoo 13 installation on ubuntu 19.04
Installation Of Odoo 12 On Ubuntu 18.4
How To Install Odoo 16 in Ubuntu 20.4
Princeton Wintersession: Software Quality Assurance Tooling
170112
OPTEE on QEMU - Build Tutorial

Similar to How to Odoo 19 Installation on Ubuntu - CandidRoot (20)

PPTX
How to Install Odoo 11 on Ubuntu 16.04?
PDF
Princeton RSE: Building Python Packages (+binary)
PDF
Software Quality Assurance Tooling 2023
PPTX
Installation of Odoo 16 on Ubuntu 20.04 LTS | Cybrosys
PDF
How to Install Python 2 on Ubuntu 2404 3 Quick Methods.pdf
PDF
Digital RSE: automated code quality checks - RSE group meeting
PPTX
How to setup Pycharm environment for Odoo 17.pptx
PPTX
Rasperry Pi and TI CC2650 IPv6 border router
PPTX
How to Install Odoo 18 with Pycharm - Odoo 18 Slides
PDF
Software Quality Assurance Tooling - Wintersession 2024
PPTX
Great Hiroshima with Python 170830
PPTX
First python project
PDF
Docker to the Rescue of an Ops Team
PDF
Docker to the Rescue of an Ops Team
PDF
Node.js Lab
PPT
Python virtualenv & pip in 90 minutes
PPTX
Openstack Third-Party CI and the review of a few Openstack Infrastructure pro...
KEY
Ruby and Rails Packaging to Production
PDF
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
PDF
Steps to install ns3
How to Install Odoo 11 on Ubuntu 16.04?
Princeton RSE: Building Python Packages (+binary)
Software Quality Assurance Tooling 2023
Installation of Odoo 16 on Ubuntu 20.04 LTS | Cybrosys
How to Install Python 2 on Ubuntu 2404 3 Quick Methods.pdf
Digital RSE: automated code quality checks - RSE group meeting
How to setup Pycharm environment for Odoo 17.pptx
Rasperry Pi and TI CC2650 IPv6 border router
How to Install Odoo 18 with Pycharm - Odoo 18 Slides
Software Quality Assurance Tooling - Wintersession 2024
Great Hiroshima with Python 170830
First python project
Docker to the Rescue of an Ops Team
Docker to the Rescue of an Ops Team
Node.js Lab
Python virtualenv & pip in 90 minutes
Openstack Third-Party CI and the review of a few Openstack Infrastructure pro...
Ruby and Rails Packaging to Production
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
Steps to install ns3
Ad

More from CandidRoot Solutions Private Limited (20)

PDF
Odoo CRM Development Services by CandidRoot Solutions
PPTX
Odoo POS Development Services by CandidRoot Solutions
PPTX
Odoo Consulting Services by CandidRoot Solutions
PPTX
Odoo Integration Services by Candidroot Solutions
PDF
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
PDF
Odoo Customization Services by CandidRoot Solutions
PPTX
Odoo Migration Services by CandidRoot Solutions
PPTX
Odoo Enterprise Extends Support to All Versions
PPTX
Odoo 18.4 – Feature Overview & Industry Highlights
DOCX
How To Add A Custom Button To The Chatter In Odoo 18 ?
PDF
Benefits of Using Odoo Implementation.pdf
PDF
Streamline Your Business with Odoo Consultants.pdf
PDF
Odoo CMS The Ideal Content Management Solution for Your Business
PDF
Mobile App Development A Comprehensive Guide
PDF
Odoo 16 Roadmap Anticipating Exciting New Features.
PDF
Introduction to Mobile Application Development.pdf
PDF
Which Has a Greater Future, PHP or Odoo.pdf
PDF
Maximizing ROI with Odoo ERP: Measuring Performance
PDF
Is Odoo a Valuable Software Solution for Project Managers.pdf
PDF
Streamline Your Social Marketing Managing All Your Channels Seamlessly in Odo...
Odoo CRM Development Services by CandidRoot Solutions
Odoo POS Development Services by CandidRoot Solutions
Odoo Consulting Services by CandidRoot Solutions
Odoo Integration Services by Candidroot Solutions
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
Odoo Customization Services by CandidRoot Solutions
Odoo Migration Services by CandidRoot Solutions
Odoo Enterprise Extends Support to All Versions
Odoo 18.4 – Feature Overview & Industry Highlights
How To Add A Custom Button To The Chatter In Odoo 18 ?
Benefits of Using Odoo Implementation.pdf
Streamline Your Business with Odoo Consultants.pdf
Odoo CMS The Ideal Content Management Solution for Your Business
Mobile App Development A Comprehensive Guide
Odoo 16 Roadmap Anticipating Exciting New Features.
Introduction to Mobile Application Development.pdf
Which Has a Greater Future, PHP or Odoo.pdf
Maximizing ROI with Odoo ERP: Measuring Performance
Is Odoo a Valuable Software Solution for Project Managers.pdf
Streamline Your Social Marketing Managing All Your Channels Seamlessly in Odo...
Ad

Recently uploaded (20)

PPTX
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx
PDF
MCP Security Tutorial - Beginner to Advanced
PDF
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
PDF
AI Guide for Business Growth - Arna Softech
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PDF
CCleaner 6.39.11548 Crack 2025 License Key
PDF
BoxLang Dynamic AWS Lambda - Japan Edition
PDF
iTop VPN Crack Latest Version Full Key 2025
PDF
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
PPTX
Matchmaking for JVMs: How to Pick the Perfect GC Partner
PDF
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
PDF
E-Commerce Website Development Companyin india
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PPTX
GSA Content Generator Crack (2025 Latest)
PPTX
Full-Stack Developer Courses That Actually Land You Jobs
PDF
Microsoft Office 365 Crack Download Free
DOCX
How to Use SharePoint as an ISO-Compliant Document Management System
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PDF
DNT Brochure 2025 – ISV Solutions @ D365
PDF
Visual explanation of Dijkstra's Algorithm using Python
Cybersecurity-and-Fraud-Protecting-Your-Digital-Life.pptx
MCP Security Tutorial - Beginner to Advanced
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
AI Guide for Business Growth - Arna Softech
How Tridens DevSecOps Ensures Compliance, Security, and Agility
CCleaner 6.39.11548 Crack 2025 License Key
BoxLang Dynamic AWS Lambda - Japan Edition
iTop VPN Crack Latest Version Full Key 2025
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
Matchmaking for JVMs: How to Pick the Perfect GC Partner
novaPDF Pro 11.9.482 Crack + License Key [Latest 2025]
E-Commerce Website Development Companyin india
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
GSA Content Generator Crack (2025 Latest)
Full-Stack Developer Courses That Actually Land You Jobs
Microsoft Office 365 Crack Download Free
How to Use SharePoint as an ISO-Compliant Document Management System
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
DNT Brochure 2025 – ISV Solutions @ D365
Visual explanation of Dijkstra's Algorithm using Python

How to Odoo 19 Installation on Ubuntu - CandidRoot

  • 1. Odoo 19 Installation on Ubuntu Step-by-step guide for installing Odoo 19 on Ubuntu Presented by CandidRoot Solutions | Odoo Silver Partner
  • 2. Step 1: Update Server sudo apt update && sudo apt upgrade -y sudo apt install git python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools npm node-less libjpeg-dev zlib1g-dev libpq-dev libxml2-dev libffi-dev libssl-dev libjpeg8-dev liblcms2-dev libblas-dev libatlas-base-dev -y
  • 3. Step 2: Install PostgreSQL sudo apt install postgresql -y sudo -u postgres createuser -s odoo19
  • 4. Step 3: Create System User sudo adduser --system --home=/opt/odoo19 --group odoo19
  • 5. Step 4: Install Wkhtmltopdf sudo apt install xfonts-75dpi xfonts-base -y wget https://github.com/wkhtmltopdf/packaging/releases/download/ 0.12.6-1/wkhtmltox_0.12.6-1.focal_amd64.deb sudo apt install ./wkhtmltox_0.12.6-1.focal_amd64.deb -y
  • 6. Step 5: Download Odoo 19 Source sudo su - odoo19 -s /bin/bash git clone https://www.github.com/odoo/odoo --branch 19.0 -- single-branch . Exit
  • 7. Step 6: Create Virtual Environment sudo apt install python3-venv -y sudo su - odoo19 -s /bin/bash python3 -m venv venv source venv/bin/activate pip install wheel pip install -r requirements.txt deactivate exit
  • 8. Step 7: Configure Odoo Config file (/etc/odoo19.conf): [options] db_host = False db_port = False db_user = odoo19 db_password = False addons_path = /opt/odoo19/addons logfile = /var/log/odoo19/odoo.log Log directory: sudo mkdir -p /var/log/odoo19 sudo chown odoo19:odoo19 /var/log/odoo19
  • 9. Step 8: Create Systemd Service File: /etc/systemd/system/odoo19.service [Unit] Description=Odoo19 Requires=postgresql.service After=network.target postgresql.service
  • 11. Step 9: Start Odoo sudo systemctl daemon-reexec sudo systemctl enable --now odoo19 sudo systemctl status odoo19
  • 12. Step 10: Access Odoo 19 Open in browser: • Http://<your-server-ip>:8069 • localhost:8069 Database creation screen will appear. Master password (optional in config): admin_passwd = mypassword ✅ Done! You now have Odoo 19 running on Ubuntu.
  • 13. Thank You ! CandidRoot Solutions Private Limited A-358, 359, 360, Money Plant High Street, Jagatpur Rd, near BSNL Office, Gota, Ahmedabad, Gujarat 382470 +91 88490 36209 | info@candidroot.com | https://www. candidroot.com