A Flask-based web application for BFL
Install Anaconda Python 3.6 version at https://www.anaconda.com/download/
Install the latest Gurobi, follow the instruction at http://www.gurobi.com/downloads/get-anaconda Or use command
conda config --add channels http://conda.anaconda.org/gurobi
conda install gurobi
You will need to get a Gurobi free academic license at http://www.gurobi.com/downloads/licenses/license-center
Install Flask and Waitress
conda install flask waitress
For development, cd
to the project folder, then use python myapp.py
to start the server.
A Waitress production server can be started by python production.py
.