Skip to content

Commit

Permalink
Merge pull request #17 from imCodePartnerAB/IA_doc
Browse files Browse the repository at this point in the history
IA documentation
  • Loading branch information
Serg-Maximchuk committed Jan 20, 2016
2 parents eaaec03 + a269fa7 commit 976445f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/image-archive/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ URL to imCMS application that makes use of this Image Archive, as seen by the cl
**<host> [":" <port>] "/" <context-path>**

For example: ``test.com/imcms`` or ``http://localhost:8080/skurup``

.. code-block:: properties
imcms-root-url =
Expand Down Expand Up @@ -100,37 +101,43 @@ For example: ``/tmp`` or ``C:/tmp``
ImageMagick is a software suite for creating, editing and composing images. It can be downloaded from http://www.imagemagick.org. This path should lead to where ImageMagick is installed, and is required only on windows. For linux leave it empty.

For example: ``C:/program files/imagemagick-6.4.9-q16``

.. code-block:: properties
image-magick-path =
Maximum size of an uploaded image in bytes. By default 250 MB.

.. code-block:: properties
max-image-upload-size = 262144000
Maximum size of an uploaded ZIP archive in bytes. By default 250 MB.

.. code-block:: properties
max-zip-upload-size = 262144000
URL path to login, in imCMS, relative to context path.

.. code-block:: properties
imcms-login-url-path = login
Name for a directory within libraries folder, that will contain each users personal library.
This directory will be automatically created.

.. code-block:: properties
imcms-users-library-folder = users
Images from Image Archive that are being used by imCMS will be stored here, can be relative or absolute.

.. code-block:: properties
imcms-images-path =
Expand All @@ -139,12 +146,14 @@ Images from Image Archive that are being used by imCMS will be stored here, can
Next two properties may be empty:

Path to libraries, can be relative or absolute. Each folder in this directory will become a library in Image Archive - these folders can be created using imCMS file manager. Each library can contain one or more raw images which can be activated in Image Archive.

.. code-block:: properties
imcms-libraries-path =
Absolute or relative paths separated by ";". Each path will become a library in Image archive, can be used for gaining access to old Image Archive.

.. code-block:: properties
imcms-old-library-paths =
Expand Down

0 comments on commit 976445f

Please sign in to comment.