Skip to content

Commit

Permalink
Add note that windows people need postgres on path (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
begriffs committed Nov 26, 2017
1 parent e48a206 commit f93e272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ To use PostgREST you will need an underlying database (PostgreSQL version 9.5 or
* `Instructions for Ubuntu 14.04 <https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-14-04>`_
* `Installer for Windows <http://www.enterprisedb.com/products-services-training/pgdownload#windows>`_

On Windows, PostgREST will fail to run unless the PostgreSQL binaries are on the system path. To test whether this is the case, run ``pg_config`` from the command line. You should see it output a list of paths.

.. _configuration:

Configuration
Expand Down

0 comments on commit f93e272

Please sign in to comment.