In a previous article, we set up your Debian Buster system with git, ruby, and a bash shell that tells you the ruby version and branch. Next up, we're going to install PostgreSQL and dependencies needed to get it working with Ruby on Rails. First, let's make sure your system is up to date: 1sudo apt update 2sudo apt …
Read More