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 337: Zeile 341:
 In the above tutorial, you learned how to install and configure Odoo 13 on CentOS 8 server. You also learned how to configure Nginx as a reverse proxy for Odoo 13. You can now customize your Odoo 13 instance as per your business needs. In the above tutorial, you learned how to install and configure Odoo 13 on CentOS 8 server. You also learned how to configure Nginx as a reverse proxy for Odoo 13. You can now customize your Odoo 13 instance as per your business needs.
  
-===== Update from Odoo over GIT =====+===== Update your Odoo over GIT =====
 <code> <code>
 su - odoo su - odoo
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>