From the course: Scala Essential Training for Data Science

Installing PostgreSQL - Scala Tutorial

From the course: Scala Essential Training for Data Science

Start my 1-month free trial

Installing PostgreSQL

- [Instructor] We will be using PostgreSQL as our relational database. I've opened a browser and navigated to enterprisedb.com. From here I can download a version of PostgreSQL. I'm going to select the latest version, and I'm going to select the operating system. I'm using a Mac OS X, but the installation works similarly on Linux and Windows. And I will download now. And that will start the download process. Now, I'm opening the image that I downloaded. And that displays a folder with, in this case, "PostGres," a version, dash "OSX." So, I'm just going to double-click on that. And I get a warning message, and I'll enter that. And I'll enter my password. And when the setup wizard starts, I can just select Next. I'm going to select defaults, for the most part. And I'll enter a password. And of course, it's important to remember that. We'll need that when we connect to the database. And I'll use the default port, and the default locale. And I'll install. Now at this point, we're offered the option of installing some additional packages. I'm going to deselect that. We don't need to use Stackbuilder. So I will click Finish. And we have installed PostGres. The EnterpriseDB installation package will start Postgres for you. If it doesn't start automatically for you, check the Postgres documentation.

Contents