[DOC] Update PostgreSQL docs (#4345) [ci skip]

This commit is contained in:
Joshua Tzucker 2019-10-10 07:28:17 -07:00 committed by Mac Siri
parent 043b7da8de
commit b61db22dc5

View file

@ -93,10 +93,12 @@ Make sure that Yarn is installed with `yarn -v`
If you don't have PostgreSQL installed on your Windows system, you can do so right now. WSL is able to connect to a PostgreSQL instance on your Windows machine. DEV requires PostgreSQL version 9.4 or higher.
Download [PostgreSQL for Windows](https://www.openscg.com/postgresql/installers/) and install it.
Download [PostgreSQL for Windows](https://www.postgresql.org/download/windows/) and install it.
Pay attention to the username and password you setup during installation of PostgreSQL as you will use this to configure your Rails applications to login to the database later.
For additional configuration options, check our [PostgreSQL setup guide](/installation/postgresql).
## Installing DEV
1. Fork DEV's repository, eg. <https://github.com/thepracticaldev/dev.to/fork>