En este artículo aprenderás como Instalar La ultima version de Odoo 12 Community Edition en Ubuntu 18 o en Debian 9 sin importar el entorno, este método funciona perfectamente tanto en entornos locales, escritorio y Cloud (Amazon AWS, Google Cloud, OVH, etc).
Especificaciones
Odoo Deploy Tools
odooxx.sh
This script install Odoo in Your Server
Requirements
* Ubuntu Server / Desktop 16.04LTS Or 18.04.LTS (Tested)
* Debian 9 Stretch (Tested)
Environments (Tested)
* Debian 9 Stretch (Local/Server)
* Ubuntu Desktop 18.04 LTS (Local)
* Ubuntu Server 18.04 LTS (VPS)
* OVH
* Google Cloud
* Amazon AWS
* Digital Ocean
How to install
Ubuntu Desktop
1. Copy this Folder in your System (Desktop, Downloads, etc.)
2. Go to Directory and open a terminal
3. chmod +x *.sh
4. Execute: ./odooxx.sh
5. Enjoy
Ubuntu 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: ./odooxx.sh
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)
Source Odoo location
* /opt/odoosrc (All Source)
* /opt/odoosrc/extra-addons (Extra Addons)
* /opt/odoosrc/extra-addons/oca (Put here your OCA Extra Addons)
* /opt/odoosrc/data (Filestore)
* /opt/odoosrc/log/ (Log file)
Como instalar Odoo 12 CE en Ubuntu o Debian