odoo:install
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| odoo:install [2022/01/31 08:12] – créée 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 postresql | ||
| 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 | + | apt-get update && apt-get install odoo |
| - | service odoo start</ | + | # apt-get install ttf-mscorefonts-installer |
| + | 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 | ||
| + | a2enmod proxy proxy_http | ||
| + | service apache2 restart | ||
| + | a2dissite 000-default.conf | ||
| + | nano / | ||
| + | |||
| + | < | ||
| + | ServerName test.makeitsimple.be | ||
| + | ServerAdmin info@makeitsimple.be | ||
| + | |||
| + | ProxyPass / http:// | ||
| + | ProxyPassReverse / http:// | ||
| + | ProxyRequests Off | ||
| + | |||
| + | </ | ||
| + | |||
| + | a2ensite odoo.conf | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | Wkhtmltopdf doit peut-être être téléchargé en .deb et installé manuellement | ||
odoo/install.1643616724.txt.gz · Dernière modification : de root
