Skip to content

Commit

Permalink
Merge pull request ManageIQ#264 from jameswnl/patch-5
Browse files Browse the repository at this point in the history
Update postgres required versions for Mac as well
  • Loading branch information
chrisarcand authored Oct 25, 2017
2 parents f305927 + d77fd59 commit b5e5f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
```

* Configure PostgreSQL
* Required PostgreSQL version is 9.4, 9.5.
* Required PostgreSQL version is 9.4, 9.5
* See [here](developer_setup/postgresql_software_collection.md) how to install
it in Linux distributions like CentOS 7, using _SoftwareCollections.org_.
* Or follow the directions [here](https://www.postgresql.org/download/linux/redhat/#yum)
Expand Down Expand Up @@ -127,7 +127,7 @@
If your node version is less than 6, you may need to `brew upgrade node` and `brew link node`.

* Configure and start PostgreSQL
* Required PostgreSQL version is 9.4+
* Required PostgreSQL version is 9.4, 9.5

```bash
# Enable PostgreSQL on boot
Expand Down

0 comments on commit b5e5f61

Please sign in to comment.