Branch for building and testing a new live site and API structure. This should simplify sharing logic between the various sites (prediction, vor, chase, live).
Prereqs:
- Install
Python2
- Install
pip
- Use
pip
to installvirtualenv
- Clone the repo
- Navigate to the cloned directory
- Created the virtual environment:
virtualenv ./
- Activate the virtual environment:
. bin/activate
- Using pip, install the requirements:
pip install -U -r requirements.txt
- Run it:
python routes.py
You should now be able to navigate in your browser to http://localhost:5000 and see our live page.
Note that this is not a production server and this way to run it is meant for dev purposes. There are many resources online on how to deploy flask apps.
- Matt Rasband
- David Hughes