Comments on How to Install Odoo 16 ERP Software on Ubuntu 22.04
Odoo (formerly known as OpenERP) is a self-hosted suite of over 10,000 open Odoo is a free and open-source ERP solution for multiple types of businesses. In this tutorial, we will the Odoo open-source ERP on the Ubuntu 22.04 server.
7 Comment(s)
Comments
Somtimes the server crashes with a 503 error. Had a error message on the server module PYPDF2 not found.Fixed it with pip3 install pypdf2 in the python virtual environment.
to create new role in postgre, at su - postgres line
it ask me a password, and is not root pass
help
having the same issue. Asking for a pastword after su - postgres
You can solve this by changing to root before entering this command..
sudo su
it will then ask you for your user password, and then you become root...
after that you can enter the su - postgres line without it asking for a password
Hi. Thanks for this great guide, but I installation of NodeJS fails for me with this error:
Unpacking nodejs (16.19.0-deb-1nodesource1) over (12.22.9~dfsg-1ubuntu3) ...
dpkg: error processing archive /var/cache/apt/archives/nodejs_16.19.0-deb-1nodesource1_amd64.deb (--unpack):
trying to overwrite '/usr/share/systemtap/tapset/node.stp', which is also in package libnode72:amd64 12.22.9~dfsg-1ubuntu3
Errors were encountered while processing:
/var/cache/apt/archives/nodejs_16.19.0-deb-1nodesource1_amd64.deb
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)
Does this mean that nodejs was already installed, and it's okay to continue as-is?
some errors in your otherwise fantastic instructions:
1) make sure to install certbot first. Then later, after setting up nginx confi file and linking the odoo conf with sites-available, run certbot certonly to get a certificate and update it's proper location in the conf file. for me it was in path /etc/letsencrypt/live/domainname
2) after error installing nodejs, you can manually install npm with: sudo apt install npm
3) there's a typo in the command right before the Setting Up UFW Firewall section. It should read: sudo systemctl status nginx
Always having fun with theses tutorials :-) made my own Perfect Server one time and the experience was great !! now I try this one and I get no problem at all for the instruction or the installation. every step was with no prblems as it instruct, but I made this installation on a AWS EC2 instance and when i'm typing my adress on my web server, then I get a blank page with nothing that appear.... Every tests was succeful I'm really I newbe on programing and I'm asking if there is a geek! with patience and humblenesse to help!!! Thanks