viscenter / layered-viewer

(Archive Repository) Registered image viewer based on OpenSeadragon
https://gitlab.com/educelab/vislayers
Other
6 stars 1 forks source link

Backend dzi serving #8

Closed stephenrparsons closed 9 years ago

stephenrparsons commented 9 years ago

Not much more is needed than a simple HTTP server. As we know the whole thing can essentially be done with python -m SimpleHTTPServer 8000 but we probably want something more robust.

johnwalker commented 9 years ago

what is more robust than an httpserver

thomasloy commented 9 years ago

John has a good point. In what sense do you mean robust in this case Stephen?

johnwalker commented 9 years ago

took a second to get the link right, how is this

http://infoforest.vis.uky.edu

johnwalker commented 9 years ago

@thomasloy i think he was just saying that we should use something more viable for long term than python's http server

thomasloy commented 9 years ago

Cool. Do we have any leading candidates for that?

stephenrparsons commented 9 years ago

Agreed with John that we can use the existing Apache server on infoforest.vis.uky.edu, we will just need to change its directory to our layered-viewer directory.

On Mon, Apr 6, 2015 at 11:21 AM Thomas Loy notifications@github.com wrote:

Cool. Do we have any leading candidates for that?

— Reply to this email directly or view it on GitHub https://github.com/viscenter/layered-viewer/issues/8#issuecomment-90100785 .

johnwalker commented 9 years ago

ok, test thing is displayed on infoforest.