Skip to content

rbs333/BFL-web

This branch is 203 commits behind fzsun/BFL-web:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72b9270 · Aug 21, 2018

History

22 Commits
Aug 7, 2018
Aug 21, 2018
Aug 21, 2018
Aug 21, 2018
Aug 20, 2018
Aug 21, 2018
Aug 20, 2018
Aug 21, 2018
Aug 11, 2018
Aug 8, 2018

Repository files navigation

BFL-web

A Flask-based web application for BFL

Installation

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

Usage

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.

About

Flask-based web application for BFL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.2%
  • Python 30.7%
  • JavaScript 6.1%