Skip to content

Commit

Permalink
README says how to edit pg_http connection settings
Browse files Browse the repository at this point in the history
  • Loading branch information
erichanson committed May 22, 2015
1 parent f6b6488 commit 5a65927
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Building
--------

1. Install qpfiffer's fork of [libwebsockets](https://github.com/qpfiffer/libwebsockets)
1. If you're not running PostgreSQL on port 5432 or doing something else non-default, you may need to configure the settings by which pg_http will connect to the database. Edit pg_http.c match your settings:

````c
conn = PQconnectdb("dbname=aquameta");
````

as described here: http://www.postgresql.org/docs/8.1/static/libpq.html#LIBPQ-CONNECT

1. make
1. make install

Expand Down

0 comments on commit 5a65927

Please sign in to comment.