IMServer: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[category:Connectome]] | [[category:Connectome]] | ||
== | == Hosting an image server == | ||
Current dependencies to | Current dependencies to | ||
# A database capable of storing binary objects currently [[MongoDB https://github.com/mongodb/mongo]] | # A database capable of storing binary objects currently [[MongoDB | https://github.com/mongodb/mongo]] | ||
# A webserver currently Apache2 with | # A webserver currently Apache2 with | ||
## mod_wsgi installed | ## mod_wsgi installed | ||
Line 10: | Line 10: | ||
[[IMServer:Server|Server side code ]] | [[IMServer:Server|Server side code ]] | ||
== Adding large image set to the server == | |||
# VTK | |||
# VTKMicroscopy / VTKPers, libraries extending VTK | |||
# 64bit C++ driver for MongoDB database (very difficult to compile with windows) | |||
# An uploading script | |||
* [http://dash1old/connectome/index2.php?image=z3459 From Kitware network] | [[IMServer:Server | Implementation for dir_uploader ]] | ||
* [http://tripoint.kitware.com/connectome/index2.php?image=z3459 From outside] | |||
==Demoes== | |||
* [[http://dash1old/connectome/index2.php?image=z3459 From Kitware network] | |||
* [[http://tripoint.kitware.com/connectome/index2.php?image=z3459 From outside] |
Revision as of 21:03, 18 January 2011
Hosting an image server
Current dependencies to
- A database capable of storing binary objects currently https://github.com/mongodb/mongo
- A webserver currently Apache2 with
- mod_wsgi installed
Adding large image set to the server
- VTK
- VTKMicroscopy / VTKPers, libraries extending VTK
- 64bit C++ driver for MongoDB database (very difficult to compile with windows)
- An uploading script
Implementation for dir_uploader