diff --git a/README.md b/README.md index b656b76..45477e3 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,12 @@ direwolf logs into a REST API in JSON format. ## Setup 1. Run direwolf with logging to CSV on by using `-l`. (`-L` not yet implemented). 1. Install requirements using `pip install -r requirements.txt`. -2. Run `app.py` with either a Python call or gunicorn (or some other WSGI server). +2. Run `app.py` with either a Python call or a real WSGI server. You can use screen to detach the session. - Default URL is http://127.0.0.1:5000 + - Example `waitress` and `screen` scripts are included, see + - `api_waitress.py` and + - `start-aprs_api.sh` 3. Access the API from whatever other system you want. ## Endpoints: