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
Nächste ÜberarbeitungBeide Seiten, nächste Überarbeitung
server_und_serverdienste:installation_odoo13_auf_centos8 [2020/04/13 23:07] lomaserver_und_serverdienste:installation_odoo13_auf_centos8 [2020/04/26 11:58] – [Update your Odoo over GIT] loma
Zeile 337: Zeile 337:
 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 348:
 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>