Difference between revisions of "Imeji storage"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 2: Line 2:
=Description=
=Description=
imeji supports currently 3 types of storage:
imeji supports currently 3 types of storage:
* internal storage: The files are stored on the local server as defined in the property "imeji.storage.path": see [[imeji_properties]]
* internal: The files are stored on the local server as defined in the property "imeji.storage.path": see [[imeji_properties]]
* eSciDoc: The files are stored in eSciDoc. eSciDoc must be installed and the eSciDoc properties must be set: see [[imeji_properties]]
* escidoc: The files are stored in eSciDoc. eSciDoc must be installed and the eSciDoc properties must be set: see [[imeji_properties]]
* external storage: This storage can only be used to read files from external website. Note that the files needs to be public.
* external: This storage can only be used to read files from external website. Note that the files needs to be public.
The storage used by imeji is defined by the property "imeji.storage.name". The default value is "internal"
The storage used by imeji is defined by the property "imeji.storage.name". The default value is "internal"


=Architecture=
=Architecture=

Revision as of 09:23, 12 February 2013

imeji storage manages the storage of the imeji files (images, videos, audios)

Description[edit]

imeji supports currently 3 types of storage:

  • internal: The files are stored on the local server as defined in the property "imeji.storage.path": see imeji_properties
  • escidoc: The files are stored in eSciDoc. eSciDoc must be installed and the eSciDoc properties must be set: see imeji_properties
  • external: This storage can only be used to read files from external website. Note that the files needs to be public.

The storage used by imeji is defined by the property "imeji.storage.name". The default value is "internal"

Architecture[edit]