Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add-config-guidance-flask-setup #895

Merged
merged 1 commit into from
Sep 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,14 @@ 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 document
curl http://localhost:8000/openapi
kalxas marked this conversation as resolved.
Show resolved Hide resolved
# OGC CSW 3
curl http://localhost:8000/csw
# OGC CSW 2
Expand Down
Loading