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)

PDF
Visual explanation of Dijkstra's Algorithm using Python
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PPTX
Download Adobe Photoshop Crack 2025 Free
PDF
Type Class Derivation in Scala 3 - Jose Luis Pintado Barbero
PDF
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
PPTX
Introduction to Windows Operating System
PPTX
CNN LeNet5 Architecture: Neural Networks
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PPTX
Computer Software - Technology and Livelihood Education
PDF
Topaz Photo AI Crack New Download (Latest 2025)
PDF
Wondershare Recoverit Full Crack New Version (Latest 2025)
PDF
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
PPTX
Lecture 5 Software Requirement Engineering
PDF
PDF-XChange Editor Plus 10.7.0.398.0 Crack Free Download Latest 2025
PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
PDF
Microsoft Office 365 Crack Download Free
PDF
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
PPTX
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
PDF
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
PPTX
GSA Content Generator Crack (2025 Latest)
Visual explanation of Dijkstra's Algorithm using Python
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
Download Adobe Photoshop Crack 2025 Free
Type Class Derivation in Scala 3 - Jose Luis Pintado Barbero
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
Introduction to Windows Operating System
CNN LeNet5 Architecture: Neural Networks
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
Computer Software - Technology and Livelihood Education
Topaz Photo AI Crack New Download (Latest 2025)
Wondershare Recoverit Full Crack New Version (Latest 2025)
Multiverse AI Review 2025: Access All TOP AI Model-Versions!
Lecture 5 Software Requirement Engineering
PDF-XChange Editor Plus 10.7.0.398.0 Crack Free Download Latest 2025
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
Microsoft Office 365 Crack Download Free
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
4Seller: The All-in-One Multi-Channel E-Commerce Management Platform for Glob...
AI-Powered Threat Modeling: The Future of Cybersecurity by Arun Kumar Elengov...
GSA Content Generator Crack (2025 Latest)

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 | [email protected] | https://www. candidroot.com