binarybottle / roygbiv

Roy G. Brain Image Viewer for browser-based visualization of Mindboggle cortical surface label/shape data
http://roygbiv.mindboggle.info
Other
9 stars 11 forks source link

Use flask to launch a local server. #7

Closed bcipolli closed 9 years ago

bcipolli commented 9 years ago

This app only runs on web servers; data can't be streamed using the file:// protocols (security reasons).

This PR uses flask to create a lightweight web server, so things can be tested locally.

Also updated documentation and added a requirements.txt file.