Install Nginx, PHP, PostgreSQL for Laravel/Lumen 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 ...
Aug 14, 20236 min read101