IMServer: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
[[category:Connectome]]
[[category:Connectome]]


== Hosting an image server ==
= 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  
# A webserver currently Apache2 with
##  [[IMServer:MongoDB | How to install Mongo]]
## mod_wsgi installed
# A webserver currently Apache2  
## [[ IMServer:mod_wsgi | Install mod_wsgi]]


[[IMServer:Server|Server side code ]]
[[IMServer:Server|Server side code ]]

Revision as of 15:19, 19 January 2011


Hosting an image server

Current dependencies to

  1. A database capable of storing binary objects
    1. How to install Mongo
  2. A webserver currently Apache2
    1. Install mod_wsgi

Server side code

Adding large image set to the server

  1. VTK
  2. VTKMicroscopy / VTKPers, libraries extending VTK
  3. 64bit C++ driver for MongoDB database (very difficult to compile with windows)
  4. An uploading script

Implementation for dir_uploader

Demoes