Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
server_und_serverdienste:installation_odoo13_auf_centos8 [2020/04/13 23:07] lomaserver_und_serverdienste:installation_odoo13_auf_centos8 [2021/03/04 14:48] (aktuell) lois
Zeile 1: Zeile 1:
 ====== Installation Odoo13 on CentOS8 with IPV6 and Let's Encrypt ====== ====== Installation Odoo13 on CentOS8 with IPV6 and Let's Encrypt ======
 +
 {{:server_und_serverdienste:centos.png?nolink&100|}} {{:server_und_serverdienste:centos.png?nolink&100|}}
 {{:server_und_serverdienste:odoo-logo.png?nolink&150|}} {{:server_und_serverdienste:odoo-logo.png?nolink&150|}}
  
 +Hauseigenes Apt-Repo: [[https://apt.iteas.at]]    [[https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KE592Y5993ZKW|{{:wiki:btn_donatecc_lg.gif|}}]]
 +\\
 +\\
 In this tutorial, we will learn how to install and configure Odoo 13 with Nginx as a reverse proxy on CentOS 8 server with IPV4 and IPV6.  In this tutorial, we will learn how to install and configure Odoo 13 with Nginx as a reverse proxy on CentOS 8 server with IPV4 and IPV6. 
  
Zeile 348: Zeile 352:
 Next, create a new virtual environment for Odoo 13 instance with the following command: Next, create a new virtual environment for Odoo 13 instance with the following command:
 <code> <code>
 +cd /opt/odoo
 python3 -m venv odoo13-venv python3 -m venv odoo13-venv
 </code> </code>