Ty Dunn tydunn@umich.edu
-
Add a
credentials.py
that 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
start
to the the number specified byto_num
to get the system started