

You can name your user however you like, but we will create a user named odoo14 and define /opt/odoo14 as its home directory: sudo useradd -m -d /opt/odoo14 -U -r -s /bin/bash odoo14 Next, we need to create a new system user for our Odoo 14 instance and a new PostgreSQL user with the same name.
#Awstats ubuntu 20.04 apache install
This includes Python and several extensions that are required for Odoo to work properly: sudo apt install build-essential git nodejs node-less npm python3-pip python3-dev python3-venv python3-wheel python3-setuptools libpq-dev libldap2-dev libsasl2-dev libxslt1-dev We have to install the following packages and dependencies required for the Odoo 14 installation.


We will install Odoo in a virtual environment. Once installed, PostgreSQL server will be started and enabled to automatically start at server boot. In order to install PostgreSQL, we’ll run the following command: apt install postgresql Odoo requires a PostgreSQL database to store its information, so we will have to install the PostgreSQL server to serve and accept database operations. Sudo apt upgrade Step 2 – Install the PostgreSQL Server
#Awstats ubuntu 20.04 apache update
You should get this output: Ubuntu 20.04.1 LTS \n \l Once you are logged in, run the following command to update all installed OS packages to the latest available version: sudo apt update You can check the Ubuntu version installed on your server with the following command: cat /etc/issue The default SSH port is 22, but your server may have a different one. Make sure you replace IP_Address and Port_number with their respective values. Log in to your Ubuntu 20.04 VPS with SSH as the root user or as a sudo user by entering this command in your terminal session: ssh -p Port_number We give all of our users full root access on their VPSes. SSH access with root privileges, or access to the root user.Apache 2 with proxy and proxy_http modules enabled.Ubuntu 20.04 VPS with 2GB of memory or higher (we’ll be using our Managed Ubuntu SSD 2 VPS for this).Step 4 – Setting up Apache as a Reverse Proxy.
