Keywords: Odoo - Linux - Technical issue - Other
Description:
Hello dear friends, I've installed an old Odoo 8.0-17 stack on new Ubuntu 20.04 server.
1. Now it is impossible to remove Bitnami landing welcome page, I'm using the command lines from the official tutorial, but they don't work:
sudo /opt/odoo-8.0-17/apps/odoo/bnconfig --disable_banner 1
sudo /opt/odoo-8.0-17/ctlscript.sh restart apache
- Impossible to access the Odoo application, for this I'm also using command lines from the tutorial:
sudo /opt/odoo-8.0-17/apps/odoo/bnconfig --appurl /
But I see this error message when click on Access OpenERP link:
The requested URL /odoo/ was not found on this server.
After some research I see that file bitnami-apps-prefix.conf is empty.
To summup I would like to access directly to the Odoo application and remove the Bitnami landing page.
Thank you for help!