Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dthiex committed Oct 3, 2023
1 parent 2ecc194 commit f52ea02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ Then the REST API server can be run:
<pipenv> $ python app.py
```

To locally run the REST API server on HTTPS, so you can use it in the [openEO editor](https://editor.openeo.org/), start it with:
To locally run the REST API server on HTTPS, start it with:
```
<pipenv> $ python app.py https
```

To use it in the [openEO editor](https://editor.openeo.org/), you must first access the endpoint directly via a Browser and "Accept the Risk and Continue" (there is no valid security certificate behind this secure connection).

### Troubleshooting

If validator complains about process graphs that are clearly correct (and which are valid on production deployment), there are two things than can be done:
Expand Down

0 comments on commit f52ea02

Please sign in to comment.