Odoo_18_Installation_Guide_Ubuntu
Odoo_18_Installation_Guide_Ubuntu
04 LTS
1. Preliminary Steps
sudo su
python3 --version
5. Install PostgreSQL
su postgres
Use CTRL + Z to suspend, then type exit twice to return to your user.
cd /opt/odoo18
source odoo-venv/bin/activate
cd odoo/debian
nano odoo.conf
[options]
db_user = odoo18
db_password = odoo18
addons_path = /opt/odoo18/odoo/addons
cd ..
sudo su odoo18
source odoo-venv/bin/activate
cd odoo
Access Odoo
http://localhost:8069