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

Switch to uvicorn to launch the daemon; optionally, run it in a container #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 30, 2021

  1. Containerize the project; use uvicorn to invoke

    Containerizing got around a pandas compilation issue I was having
    locally. Using uvicorn got the server running, whereas running it via
    "python wsgi.py" just exited with a status of zero.
    wainstead committed May 30, 2021
    Configuration menu
    Copy the full SHA
    7361270 View commit details
    Browse the repository at this point in the history
  2. Update the README.md

    wainstead committed May 30, 2021
    Configuration menu
    Copy the full SHA
    0c7d6ac View commit details
    Browse the repository at this point in the history