Comments on: How to Install Odoo 14 on CentOS 8 with Nginx as a Reverse Proxy https://www.rosehosting.com/blog/how-to-install-odoo-14-on-centos-8-with-nginx-as-a-reverse-proxy/ Premium Linux Tutorials Since 2001 Fri, 03 Jun 2022 08:32:37 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: admin https://www.rosehosting.com/blog/how-to-install-odoo-14-on-centos-8-with-nginx-as-a-reverse-proxy/#comment-48499 Sun, 15 Nov 2020 08:24:48 +0000 https://www.rosehosting.com/blog/?p=34407#comment-48499 In reply to Adam Cai.

You need to create a reverse proxy. If you have Apache installed on your server, you may find the following tutorial useful https://www.rosehosting.com/blog/install-odoo-10-on-centos-7-with-apache-as-a-reverse-proxy

]]>
By: Adam Cai https://www.rosehosting.com/blog/how-to-install-odoo-14-on-centos-8-with-nginx-as-a-reverse-proxy/#comment-48497 Sun, 15 Nov 2020 00:54:46 +0000 https://www.rosehosting.com/blog/?p=34407#comment-48497 My server is CentOS 8 and plesk 18.0. How to configure the server to access my Odoo application using a domain name? Thanks.

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-odoo-14-on-centos-8-with-nginx-as-a-reverse-proxy/#comment-48470 Thu, 15 Oct 2020 06:38:43 +0000 https://www.rosehosting.com/blog/?p=34407#comment-48470 In reply to Juan Sanchez.

Make sure you are in the correct directory when executing the command.

If you are not sure, you can also use the full path to the requirements.txt file. For example:

pip3 install -r /opt/odoo/odoo14/requirements.txt

]]>
By: Juan Sanchez https://www.rosehosting.com/blog/how-to-install-odoo-14-on-centos-8-with-nginx-as-a-reverse-proxy/#comment-48468 Thu, 15 Oct 2020 03:30:01 +0000 https://www.rosehosting.com/blog/?p=34407#comment-48468 Hi Jeff, I am currently presenting the following problem in my installation, can you please tell me what I can do:

(odoo14-venv) [odoo14@OdooERP ~]$ pip3 install -r odoo14/requirements.txt
Could not open requirements file: [Errno 2] No such file or directory: ‘odoo14/requirements.txt’
You are using pip version 9.0.3, however version 20.2.3 is available.
You should consider upgrading via the ‘pip install –upgrade pip’ command.

]]>