Outils pour utilisateurs

Outils du site


odoo:install

Ceci est une ancienne révision du document !


Odoo: Installation v17 sur Debian 12

apt install gnupg2 postgresql
#pg_ctlcluster 13 main start
dpkg-reconfigure locales
dpkg-reconfigure tzdata
wget -O - https://nightly.odoo.com/odoo.key | apt-key add -
echo "deb http://nightly.odoo.com/17.0/nightly/deb/ ./" >> /etc/apt/sources.list
apt-get update && apt-get install odoo ttf-mscorefonts-installer
service odoo start
 
apt-get install apache2
a2enmod proxy proxy_http
service apache2 restart
a2dissite 000-default.conf 
nano /etc/apache2/sites-available/odoo.conf
 
<VirtualHost *:80>
    ServerName test.makeitsimple.be
    ServerAdmin info@makeitsimple.be
 
    ProxyPass / http://127.0.0.1:8069/
    ProxyPassReverse / http://127.0.0.1:8069/
    ProxyRequests Off
 
</VirtualHost>
 
a2ensite odoo.conf

Wkhtmltopdf doit peut-être être téléchargé en .deb et installé manuellement

odoo/install.1716192441.txt.gz · Dernière modification : de root