From 7151e624995ce95733d21147c2fa59bcafcce05e Mon Sep 17 00:00:00 2001 From: Camille Roussel Date: Sun, 4 Feb 2018 00:52:51 -0500 Subject: [PATCH] Update tut0.rst with improved instructions for windows installs (#120) --- tutorials/tut0.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tutorials/tut0.rst b/tutorials/tut0.rst index 6348f8e18..1979de812 100644 --- a/tutorials/tut0.rst +++ b/tutorials/tut0.rst @@ -83,8 +83,11 @@ If everything is working correctly it will print out its version and information
Windows -

It isn't fun. Learn more here.

-

It might be easier to execute PostgREST in its own Docker image as well.

+

All of the DLL files that are required to run PostgREST are available in the windows installation of PostgreSQL server. + Once installed they are found in the BIN folder, e.g: C:\Program Files\PostgreSQL\10\bin. Add this directory to your PATH + variable. Run the following from an administrative command prompt (adjusting the actual BIN path as necessary of course) +

setx /m PATH "%PATH%;C:\Program Files\PostgreSQL\10\bin"
+