Odoo 16
Prérequis
Bash |
---|
| apt update && apt install postgresql wkhtmltopdf -y
|
Odoo
Ajout du dépôt Odoo nightly
Bash |
---|
| wget -q -O - https://nightly.odoo.com/odoo.key | gpg --dearmor -o /usr/share/keyrings/odoo-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/odoo-archive-keyring.gpg] https://nightly.odoo.com/16.0/nightly/deb/ ./' | tee /etc/apt/sources.list.d/odoo.list
|
Installation
Bash |
---|
| apt update && apt install odoo -y
|
Activer le service au démarrage
Bash |
---|
| systemctl enable odoo.service --now
|
Configuration
Se rendre sur l'url : http://ip-du-serveur:8069 pour continuer la configuration.