I have OpenERP installed sucessfuly at http://23.239.28.158:8069/ and my domain PrintXinc.com goes to http://23.239.28.158. How do I set it up so that the Odoo website is shown?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
Solved. This worked great (provided you are not running apache, etc. web service). Install is now at domain PrintXinc.com
Run Odoo from port 80 instead of 8069
I am using Ubuntu 14.04 LTS on my Linode VPS system with Odoo (Open ERP v8).
- Go to terminal open rc.local file. rc.local file reside in etc folder.
sudo gedit /etc/rc.local
- Paste this command on rc.local file and save
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8069
- Reboot Ubuntu
sudo reboot
- After a successful restart of system, you can access Odoo (OpenERP) from your local or public ip (with default port 80)
http://pulse7.net/openerp/run-odoo-port-80-instead-8069/
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-te