Skip to content

EDGEResearchLab/live.edge-rl.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Setup

Prereqs:

  • Install Python2
  • Install pip
  • Use pip to install virtualenv
  1. Clone the repo
  2. Navigate to the cloned directory
  3. Created the virtual environment: virtualenv ./
  4. Activate the virtual environment: . bin/activate
  5. Using pip, install the requirements: pip install -U -r requirements.txt
  6. 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.

Contributors

  • Matt Rasband
  • David Hughes

About

Web page for edge research lab's live operations. (deprecated)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages