Skip to content

Commit

Permalink
Update EnvironmentSetup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saltyypanda authored Oct 9, 2024
1 parent afa8804 commit 6616f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/EnvironmentSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The above is just a placeholder, you'll need to fill in each entry with the appr

1. Download and install [PostgreSQL](https://www.postgresql.org/download/) 14. This is the database management system we are using for the project. When you visit the downloads page, click on your operating system and look for the following in the subsequent page: [![PostgreSQL 14 Download Page](https://i.imgur.com/VlfCWO6.png)](https://www.postgresql.org/download/)

2. Run the installer and follow the instructions to install PostgreSQL. Make sure you remember the password you set for the database superuser.
2. Run the installer and follow the instructions to install PostgreSQL. If/when the installer asks which packages you want to download, ensure you only select PostgreSQL 14. Make sure you remember the password you set for the database superuser.

3. Open up pgAdmin 4. This should have been installed along with PostgreSQL. Click on the `Servers` dropdown in the top left corner and select `PostgreSQL 14`. You will be prompted to enter the password you set for the database superuser.

Expand Down

0 comments on commit 6616f51

Please sign in to comment.