Make sure to do the following:
-
Install Flask by following the instructions here: http://flask.pocoo.org/docs/0.10/installation/
-
Install Flask-Login by following the instructions here: https://github.com/maxcountryman/flask-login/
-
Install and download nltk. Follow the instructions here: http://www.nltk.org/install.html as well as here: http://www.nltk.org/data.html
-
To run locally, run the following command from the flaskr folder before running the server: sqlite3 /tmp/flaskr.db < schema.sql
-
To run the server, run the command from the flaskr folder before running the server: python flaskr.py