Install PHP-FPM PostgreSQL Ubuntu Server
Install the PostgreSQL Database Server Package
Add the PostgreSQL repository to your server's APT sources.
$ sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
Import t...
blog.andrizan.com3 min read