Ty Dunn tydunn@umich.edu
-
Add a
credentials.pythat contains the values of everything imported incheck_in.py -
Install sqlite3 on your machine
-
Create a virtual environment and run
pip install -r requirements.txt -
Ensure that you accept inbound rules allow traffic on specified port and IP address
-
Ensure that the Twilio messaging webhook is pointed toward your url
-
Run gunicorn -b localhost:8000 -w 2 -D notebook:app
-
Send
startto the the number specified byto_numto get the system started