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 [2022/01/31 08:53] – root | odoo:install [2024/10/07 06:53] (Version actuelle) – root | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== Odoo: Installation sur Debian | + | ====== Odoo: Installation |
| + | ==== Install | ||
| <code bash> | <code bash> | ||
| apt install gnupg2 postgresql | apt install gnupg2 postgresql | ||
| - | pg_ctlcluster 13 main start | + | #pg_ctlcluster 13 main start |
| dpkg-reconfigure locales | dpkg-reconfigure locales | ||
| dpkg-reconfigure tzdata | dpkg-reconfigure tzdata | ||
| wget -O - https:// | wget -O - https:// | ||
| - | echo "deb http:// | + | echo "deb http:// |
| - | 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 ==== | ||
| + | <code bash> | ||
| + | wget wget https:// | ||
| + | dpkg -i wkhtmltox_0.12.6.1-3.jammy_amd64.deb | ||
| + | </ | ||
| + | |||
| + | ==== Reverse Proxy ==== | ||
| apt-get install apache2 | apt-get install apache2 | ||
| a2enmod proxy proxy_http | a2enmod proxy proxy_http | ||
| service apache2 restart | service apache2 restart | ||
| a2dissite 000-default.conf | a2dissite 000-default.conf | ||
| - | nano / | + | nano / |
| < | < | ||
odoo/install.1643619188.txt.gz · Dernière modification : de root
