Install postgres on ubuntu

ubuntu postgresql
sudo apt install postgresql postgresql-contrib
su postgres
psql
ALTER USER postgres PASSWORD '***';