Set up web domain after following linode guide for odoo
I am now using the website module here to set up a commercial site, which presumably will make e-commerce easier as it will be directly linked to my company's inventory in the odoo database. But the website only resolves to localhost:8069.
How can I modify my setup so it maps directly localhost?
2 Replies
@whamra:
In the same article, look for "xmlrpc_port = 8069", you need to change that to 80. But this will not work if you have Apache also installed on the system, and running on port 80 (default).
Turns out it isn't actually that simple. But I did solve it by installing Apache and learning a bit about Apache configurations. Also, having Apache made it easier to set up my letsencrypt certificate, because I can't find the appropriate documentation for the website module in odoo.