Skip to content

Commit

Permalink
Merge pull request #49 from getodk/port-5001
Browse files Browse the repository at this point in the history
Use port 5001
  • Loading branch information
yanokwa authored Feb 14, 2024
2 parents ff616d4 + c6854a9 commit c5eb6cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pyxform-http is a Flask-based web service that uses pyxform to convert a XLSForm
# Run locally
```
pip install --requirement requirements.txt
FLASK_APP=app/main.py:app FLASK_DEBUG=1 flask run
FLASK_APP=app/main.py:app FLASK_DEBUG=1 flask run --port=5001
```

# Run in Docker
Expand All @@ -27,4 +27,4 @@ The test script builds, runs, stops, and removes a pyxform-http-tester container

# Notes

* We use port 5001 because 5000 is used by ControlCenter on macOS.
* We use port 5001 because 5000 is used by ControlCenter on macOS.

0 comments on commit c5eb6cf

Please sign in to comment.