IMServer: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
Current dependencies to | Current dependencies to | ||
* A database capable of storing binary objects | |||
** [[IMServer:MongoDB | How to install Mongo]] | |||
* A webserver currently Apache2 | |||
** [[ IMServer:mod_wsgi | Install mod_wsgi]] | |||
[[IMServer:Server|Server side code ]] | [[IMServer:Server|Server side code ]] | ||
Line 13: | Line 13: | ||
== Adding large image set to the server == | == Adding large image set to the server == | ||
* VTK | |||
* VTKMicroscopy / VTKPers, libraries extending VTK (Developed at Kiware) | |||
* 64bit C++ driver for MongoDB database (very difficult to compile with windows) | |||
* An uploading script | |||
[[IMServer:Uploader| Implementation for dir_uploader ]] | [[IMServer:Uploader| Implementation for dir_uploader ]] |
Revision as of 16:37, 19 January 2011
Hosting an image server
Current dependencies to
- A database capable of storing binary objects
- A webserver currently Apache2
Adding large image set to the server
- VTK
- VTKMicroscopy / VTKPers, libraries extending VTK (Developed at Kiware)
- 64bit C++ driver for MongoDB database (very difficult to compile with windows)
- An uploading script
Implementation for dir_uploader