Skip to content

Commit

Permalink
add-config-guidance-flask-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Genuchten committed Sep 7, 2023
1 parent a007cac commit 7885595
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ To enable OGC API - Records as well as the abovementioned search standards:

.. code-block:: bash
# configure which config file to use
export PYCSW_CONFIG=default.cfg
# start server - OARec and all services (various endpoints below)
python3 pycsw/wsgi_flask.py
# OGC API - Records
curl http://localhost:8000/
curl http://localhost:8000/openapi
# OGC CSW 3
curl http://localhost:8000/csw
# OGC CSW 2
Expand Down

0 comments on commit 7885595

Please sign in to comment.