Commit Graph
63 Commits
Author SHA1 Message Date
Miodrag Milićandsteve-chavez ea2e166aa1 Add chocolatey installation method
#369
2020-11-28 18:51:25 -05:00
Aleš NajmannandGitHub c7e623549d Add Windows installation using Scoop to install page (#342) 2020-08-04 12:02:44 -05:00
steve-chavez c518585259 Add FreeBSD port to install page 2020-06-28 13:46:39 -05:00
steve-chavez 0b998e91d6 Add notice about single Linux static executable
Reorder development page in the toctree
2020-05-22 14:36:56 -05:00
steve-chavez 5e44c8160f Add package managers in installation
Fixes https://github.com/PostgREST/postgrest-docs/issues/319

* Add development page
* Clear installation page from admin and development concerns
2020-05-22 14:36:56 -05:00
RemoandGitHub 8dc16eef27 Documentation on how to run the test suite locally (#316)
Uses the `with_tmp_db` script added in https://github.com/PostgREST/postgrest/pull/1476.
2020-05-06 11:41:14 -05:00
steve-chavez 750c22cd1c Add mounting config file to docker 2020-04-21 15:16:21 -05:00
steve-chavez 467b22cb29 Fix required pg minimum version
Fixes https://github.com/PostgREST/postgrest-docs/issues/317
2020-04-21 15:16:21 -05:00
Reuben Thomas-DavisandSteve Chávez 1a18ef5a20 add server proxy uri env var for smoother swagger-ui use with docker-compose 2019-09-16 09:52:51 -05:00
steve-chavez b9c9aee645 Reorder configuration section 2019-08-26 10:28:03 -05:00
steve-chavez 7805b99d57 Fix #213, reorganize index 2019-08-26 10:28:03 -05:00
steve-chavez 2d6c16c2a6 Fix #234, reference for raw-media-types 2019-08-26 10:28:03 -05:00
steve-chavez a8b2ed313e Add db-pool-timeout config 2019-08-26 10:28:03 -05:00
steve-chavez f5868bc277 Add server-unix-socket config 2019-08-26 10:28:03 -05:00
steve-chavez 91e44f12ec Fix #216, remove HUP reference 2019-08-26 10:28:03 -05:00
steve-chavez 1fd06ff65d Fix #199, db-extra-search-path clarification 2019-08-26 10:28:03 -05:00
Erwan ThomasandSteve Chávez f759b8bfc6 Fix miscellaneous Sphinx warnings (#244)
* /index.rst:24: WARNING: Line block ends without a blank line.

* /install.rst:300: WARNING: Explicit markup ends without a blank line; unexpected unindent.

* /admin.rst:273: WARNING: Could not lex literal_block as "http". Highlighting skipped.

* /tutorials/tut1.rst:150: WARNING: Could not lex literal_block as "json". Highlighting skipped.

* Remove extra newline

* Use integer value as epoch in JSON snippet

Even though using a string value is convenient (due to the lack of JSON
comments), it is confusing since the value should actually be an
integer. A slightly more verbose documentation is therefore preferable.
2019-08-18 16:32:08 -05:00
stefan8888andSteve Chávez ca456ecc51 Updated Docker section (#236)
* Updated Docker section

On macOS, it is also necessary to add the IP address in  pg_hba.conf
2019-07-29 18:15:00 +00:00
steve-chavez a106edc5d0 Add release notes 2019-01-06 20:58:07 -05:00
steve-chavez 367b259bd4 Further clarify db-extra-search-path 2019-01-06 20:58:07 -05:00
steve-chavez 702e055d43 Fix #191, Add db-extra-search-path config 2019-01-06 20:58:07 -05:00
steve-chavez 93c3c59134 Fix #190, Add option for db-uri from file 2019-01-06 20:58:07 -05:00
Lee Johnsonandsteve-chavez 3220373803 renamed to postgrest.conf 2018-11-26 09:32:02 -05:00
Lee Johnsonandsteve-chavez fed4c8c9af Added link to variables settings 2018-11-26 09:31:43 -05:00
Lee Johnsonandsteve-chavez eb81bbc464 Update to include Heroku deploy steps 2018-11-26 09:31:27 -05:00
Russell DaviesandSteve Chávez 6d1adaaa54 Clarify config and auth sections on JWKS.
See PostgREST/postgrest#1205.
2018-11-15 11:11:24 -05:00
steve-chavez 518b465ffa Fix highlighting and move running the server header 2018-09-20 10:47:52 -05:00
steve-chavez d0c0312e35 Change server-host default 2018-09-20 10:47:52 -05:00
steve-chavez 0ec963b295 Fix #105, correct command for running postgrest 2018-09-20 10:47:52 -05:00
steve-chavez 8670ce6ffe Highlight 32 chars long and fix indentation 2018-09-20 10:47:52 -05:00
steve-chavez 5e2f3b8d59 Fix #166, reorder docker instructions 2018-09-20 10:47:52 -05:00
steve-chavez c9816f1661 Hyperlink config settings 2018-09-20 10:47:52 -05:00
steve-chavez 24f796a329 Remove app.settings mention of being session scoped 2018-09-20 10:47:52 -05:00
steve-chavez c4e926af2d Update postgrest repo links 2018-09-20 10:47:52 -05:00
ASVBPREAUBVandSteve Chávez 0e16f34eef Make swagger-gui an optional step in installation 2018-06-14 09:09:13 -05:00
steve-chavez c71bbba979 Some corrections and better wording 2018-05-28 17:25:21 -05:00
steve-chavez b11f9ef386 Fix #137, unix socket connection 2018-05-28 13:26:18 -05:00
steve-chavez 625a0b2393 Fix #136, sslmode on db-uri 2018-05-28 13:26:18 -05:00
steve-chavez 1108aede5b Install only necessary deps for BSD and OSX 2018-05-28 13:26:18 -05:00
steve-chavez e56313196b Add role-claim-key feature 2018-05-28 13:26:18 -05:00
steve-chavez 736a5020b0 Add app.settings.* config value feature 2018-05-28 13:26:18 -05:00
agent3boodandsteve-chavez b32ba7a409 Add volume to docker-compose 2018-05-23 09:17:27 -05:00
agent3boodandsteve-chavez e0e4d68185 update PGRST_DB_ANON_ROLE in docker-compose
anon should not be the default db user
2018-05-23 09:16:47 -05:00
Ken Fehlingandsteve-chavez 28c39e976c Update docker-compose example to version 3
Adds "depends_on"
2018-05-21 08:11:45 -05:00
Joe NelsonandGitHub f93e2723e3 Add note that windows people need postgres on path (#117) 2017-11-25 22:00:55 -06:00
Joe NelsonandGitHub 9598e3948d Show how to use a JWK literal in the config file (#110) 2017-10-07 19:59:30 -05:00
Joe NelsonandGitHub e7ddea0acf Document long jwt secrets as required (#109)
* Use long jwt secrets as required

* Fix spelling and adjust custom dictionary
2017-10-07 13:03:30 -05:00
Russell DaviesandJoe Nelson 922ae0e0c9 Update JWT configuration section for JWK and aud (#106) 2017-09-29 00:53:03 -05:00
Joe Nelson 5185a92798 Move config section to install page
Document special host binding addresses

Fixes #83
2017-09-09 20:21:46 -05:00
Joe Nelson e4741d43e4 Note for windows users 2017-09-09 19:30:20 -05:00