Comments on: Install Odoo 11 on Ubuntu 16.04 https://www.rosehosting.com/blog/install-odoo-11-on-ubuntu-16-04/ Premium Linux Tutorials Since 2001 Mon, 01 Aug 2022 13:07:31 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Erick https://www.rosehosting.com/blog/install-odoo-11-on-ubuntu-16-04/#comment-46978 Wed, 13 Jun 2018 03:14:35 +0000 https://www.rosehosting.com/blog/?p=23726#comment-46978 Hello.

Nice tutorial, but i want to know how to deploy same server in non-root directory.

I have this settings:

ServerName your_domain.com
ServerAlias www.your_domain.com

ProxyRequests Off

Order deny,allow
Allow from all

ProxyPass /odoo http://127.0.0.1:8069/
ProxyPassReverse /odoo http://127.0.0.1:8069/

Order allow,deny
Allow from all

But when i Access www.mydomain.com/odoo it redirects me to root folder –> www.mydomain.com

Please help :C

]]>
By: Erick https://www.rosehosting.com/blog/install-odoo-11-on-ubuntu-16-04/#comment-46976 Tue, 12 Jun 2018 22:47:25 +0000 https://www.rosehosting.com/blog/?p=23726#comment-46976 Hello I have the next configuration:

ProxyRequests Off

Order deny,allow
Allow from all

ProxyPass /odoo http://127.0.0.1:8069/
ProxyPassReverse /odoo http://127.0.0.1:8069/

Order allow,deny
Allow from all

As you can see I need to deploy Odoo in Apache2 at non-root directory to acces via web like : www.domain.com/odoo

But the configuration is always redirecting me to root directory.

How can I fix this?

]]>
By: Rasmus https://www.rosehosting.com/blog/install-odoo-11-on-ubuntu-16-04/#comment-46211 Sun, 22 Oct 2017 21:09:55 +0000 https://www.rosehosting.com/blog/?p=23726#comment-46211 Hi all

Try to do the following:
1.
sudo service odoo-server stop
cd /odoo/your-odoo
sudo su odoo (not necessary if root user)
./odoo-bin -c /etc/odoo-server.conf

1. Install these dependencies:
sudo apt install python3-babel python3-pypdf2 python3-passlib python3-werkzeug python3-lxml python3-decorator python3-dateutil python3-psycopg2 python3-psutil python3-html2text python3-docutils python3-reportlab python3-requests

2. sudo service odoo-server start

]]>
By: admin https://www.rosehosting.com/blog/install-odoo-11-on-ubuntu-16-04/#comment-46196 Thu, 19 Oct 2017 06:20:02 +0000 https://www.rosehosting.com/blog/?p=23726#comment-46196 There seems to be a bug with the current version of the installation script. Please check below for more information and possible solutions.
https://github.com/Yenthe666/InstallScript/issues/55

]]>
By: Rubén https://www.rosehosting.com/blog/install-odoo-11-on-ubuntu-16-04/#comment-46193 Wed, 18 Oct 2017 15:30:31 +0000 https://www.rosehosting.com/blog/?p=23726#comment-46193 Hi guys, i have installed succesfully Odoo 11 in my server with your script but i cant connect to odoo using http://my-ip:8069. Its show the message “ERR_CONNECTION_TIMED_OUT”. Im only follow the steps before “Setting up a Reverse Proxy”. How can be the problem ?

]]>
By: joe https://www.rosehosting.com/blog/install-odoo-11-on-ubuntu-16-04/#comment-46190 Wed, 18 Oct 2017 09:40:48 +0000 https://www.rosehosting.com/blog/?p=23726#comment-46190 In reply to joe.

postgresql and postgresql-server-dev-9.5 packages are installed on my server.

]]>
By: joe https://www.rosehosting.com/blog/install-odoo-11-on-ubuntu-16-04/#comment-46189 Wed, 18 Oct 2017 09:23:11 +0000 https://www.rosehosting.com/blog/?p=23726#comment-46189 I have the same Issue as Rasmus. Is there any solution?

]]>
By: admin https://www.rosehosting.com/blog/install-odoo-11-on-ubuntu-16-04/#comment-46186 Wed, 18 Oct 2017 06:25:09 +0000 https://www.rosehosting.com/blog/?p=23726#comment-46186 In reply to Rasmus.

Hi Rasmus,

Please make sure that postgresql and postgresql-server-dev-9.5 packages are installed on your server.

]]>