odoo:install
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| odoo:install [2024/05/20 08:09] – root | odoo:install [2026/06/22 12:35] (Version actuelle) – root | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Odoo: Installation v17 sur Debian 12 ====== | ====== Odoo: Installation v17 sur Debian 12 ====== | ||
| - | ==== Install ==== | + | |
| + | ==== Install | ||
| <code bash> | <code bash> | ||
| - | apt install gnupg2 postgresql | + | apt install python3-asn1crypto python3-babel python3-cbor2 python3-dateutil python3-docutils python3-geoip2 python3-gevent python3-greenlet python3-libsass python3-lxml-html-clean python3-num2words python3-ofxparse python3-openpyxl python3-openssl python3-passlib python3-polib python3-psutil python3-pypdf python3-qrcode python3-reportlab python3-rjsmin python3-serial python3-stdnum python3-tz python3-usb python3-vobject python3-werkzeug python3-xlrd python3-xlsxwriter python3-zeep fonts-inconsolata fonts-font-awesome fonts-roboto-unhinted gsfonts python3-freezegun python3-magic python3-renderpm python3-ldap python3-xlwt |
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | # Create dummy package structure | ||
| + | mkdir -p / | ||
| + | |||
| + | # Create control file | ||
| + | cat > / | ||
| + | Package: python3-pypdf2 | ||
| + | Version: 1.0.0 | ||
| + | Section: python | ||
| + | Priority: optional | ||
| + | Architecture: | ||
| + | Depends: python3-pypdf | ||
| + | Maintainer: Local User < | ||
| + | Description: | ||
| + | This is a dummy package that depends on python3-pypdf to satisfy | ||
| + | the python3-pypdf2 dependency for Odoo 19. | ||
| + | EOF | ||
| + | |||
| + | # Build the dummy package | ||
| + | dpkg-deb --build / | ||
| + | |||
| + | # Install the dummy package | ||
| + | sudo dpkg -i / | ||
| + | </ | ||
| + | wget https:// | ||
| + | dpkg -i odoo_19.0.latest_all.deb | ||
| + | |||
| + | |||
| + | |||
| + | ==== Install Old ==== | ||
| + | <code bash> | ||
| + | apt install gnupg2 postgresql | ||
| # | # | ||
| dpkg-reconfigure locales | dpkg-reconfigure locales | ||
| dpkg-reconfigure tzdata | dpkg-reconfigure tzdata | ||
| - | wget -O - https:// | + | wget -O - https:// |
| - | echo "deb http:// | + | echo 'deb [signed-by=/ |
| - | apt-get update && apt-get install odoo ttf-mscorefonts-installer | + | |
| + | apt-get update && apt-get install odoo | ||
| + | # apt-get install | ||
| service odoo start | service odoo start | ||
| + | </ | ||
| ==== Installation wkhtmltopdf ==== | ==== Installation wkhtmltopdf ==== | ||
| <code bash> | <code bash> | ||
| - | wget https:// | + | wget wget https:// |
| dpkg -i wkhtmltox_0.12.6.1-3.jammy_amd64.deb | dpkg -i wkhtmltox_0.12.6.1-3.jammy_amd64.deb | ||
| </ | </ | ||
odoo/install.1716192578.txt.gz · Dernière modification : de root
