IMServer: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
Line 4: | Line 4: | ||
Current dependencies to | Current dependencies to | ||
# A database capable of storing binary objects currently | # 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 | ||
[[IMServer:Server|Server side code ]] | [[IMServer:Server|Server side code ]] | ||
== Adding large image set to the server == | == Adding large image set to the server == |
Revision as of 23:16, 18 January 2011
Hosting an image server
Current dependencies to
- A database capable of storing binary objects currently [MongoDB 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