Skip to content

Commit

Permalink
Add devtip from Michael Ketchel
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmelzle authored Aug 6, 2024
1 parent 3cdc941 commit 8189e0b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WORKFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ If you are running directly, now you can open your browser and interact with the

In production, the port will be different.

### Protip

Doing some development on the backend and want run your version in place instead of a different port?

```
gunicorn --workers 1 -k uvicorn.workers.UvicornWorker --bind unix:/run/wlanpi_core.sock asgi:app --name wlanpi_core_svc --reload
```

## Troubleshooting

Problems with the unit file? Check out the journal for the service:
Expand Down

0 comments on commit 8189e0b

Please sign in to comment.