InstallScript icon indicating copy to clipboard operation
InstallScript copied to clipboard

Odoo install script

Results 99 InstallScript issues
Sort by recently updated
recently updated
newest added

I have installed an Odoo16 instance using your script. The domain name is a.mydomain.com and the database is 'a'. Now I want to add another domain name, b.mydomain.com, with a...

This code was auto-generated by the script: location / { proxy_pass http://127.0.0.1:8069; # by default, do not forward anything proxy_redirect off; } But when I search on the browser for...

Additional clarification comment.

Added one clarification for installation.

Adding gevent_port to Odoo config file and replace longpolling with websocket in nginx file.

Please update the script to use WebSocket inside nginx reference https://www.odoo.com/documentation/16.0/administration/install/deploy.html#id7

enhancement
Wishlist

Hi, I get errors when installing odoo with the script on Ubuntu 20.04 (fresh server on Digital Ocean). odoo-server service shows "active (exited)" Thanks ● odoo-server.service - LSB: Enterprise Business...

Found out that pip3 and libpng was not install on ubuntu 22.04.1 from the minimal server installation. odoo postgreSQL database was not created. run this install prior run the Odoo...

Hi, Would it be possible to document why these 2 configurations are added to nginx configuration? Ideally with a comment in the nginx config? Thanks proxy_set_header X-Client-IP \$remote_addr; proxy_set_header HTTP_X_FORWARDED_HOST...