In this article, you will learn how to install the latest version of Odoo Community Edition on Ubuntu or Debian, regardless of the environment. This method works perfectly in local environments, desktop setups, and Cloud (Amazon AWS, Google Cloud, OVH, etc.).
Odoo Deploy Tools
odoo_installer.sh
This script install Odoo Community / Enterprise in Your Server
Requirements
- Ubuntu 24.04
- Debian 12
Environments (Tested)
- Debian 12
- Ubuntu 24.04 LTS
Providers
- OVH
- Google Cloud
- Amazon AWS
- Digital Ocean
Steps
1. Copy this Folder in your System (Desktop, Downloads, etc.)
2. Go to Directory and open a terminal
3. chmod +x *.sh
4. Execute: ./odoo_installer.sh
5. Enjoy
Server (VPS)
1. Copy this Folder in your User Home Directory using Filezilla or WinSCP OR SCP command)
2. Go to this Folder by terminal
3. chmod +x *.sh
4. Execute installer
5. Enjoy
Odoo Service Manager
This script enables Linux system service (Automatically)
* sudo systemctl status odooxx (Shows state Odoo service)
* sudo systemctl start odooxx (start service)
* sudo systemctl stop odooxx (stop service)
* sudo systemctl restart odooxx (restart service)
* sudo tail -f /opt/deploy/log/ (Shows Live Odoo Log)
Installation Structure
- /opt/odoo (root)
- /opt/odoo/extra-addons (Extra Addons)
- /opt/odoo/extra-addons/oca (Oca Addons)
- /opt/odoo/data (Filestore)
- /opt/odoo/log/ (Log file)
Como instalar Odoo en Ubuntu o Debian